diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ public: logtofile& operator<<(wstring buf); void init(); ~logtofile(); + logtofile(); private: fstream log; TCHAR *path; |