summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
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;