summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-09-16 09:25:18 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-09-16 09:25:18 +0300
commitf8e420612fcc94a7a3f2455f357d7d57ff31c62d (patch)
tree336a04f0a95cd6b9da2c98a4c64d32d232c1f4c0 /log.h
parentfdfc7bdd1090a495dce55f651f159592ce77bdb1 (diff)
modified: gpg_wrapper.cpp
modified: log.cpp modified: log.h modified: main.cpp modified: new_gpg.rc modified: options.cpp modified: resource.h
Diffstat (limited to 'log.h')
-rw-r--r--log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log.h b/log.h
index 202d706..ded4b84 100644
--- a/log.h
+++ b/log.h
@@ -25,6 +25,7 @@ public:
logtofile& operator<<(wstring buf);
void init();
~logtofile();
+ logtofile();
private:
fstream log;
TCHAR *path;