summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/log.h')
-rw-r--r--plugins/New_GPG/src/log.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/New_GPG/src/log.h b/plugins/New_GPG/src/log.h
index 0b7315cc7f..86da7b3376 100644
--- a/plugins/New_GPG/src/log.h
+++ b/plugins/New_GPG/src/log.h
@@ -26,11 +26,12 @@ public:
void init();
~logtofile();
logtofile();
+
private:
- fstream log;
- wchar_t *path;
- bool _bDebugLog;
- mir_cs csLock;
+ wfstream log;
+ CMStringW path;
+ bool _bDebugLog;
+ mir_cs csLock;
};
#endif