diff options
Diffstat (limited to 'plugins/New_GPG/src/log.h')
-rw-r--r-- | plugins/New_GPG/src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/log.h b/plugins/New_GPG/src/log.h index 86da7b3376..56847943cc 100644 --- a/plugins/New_GPG/src/log.h +++ b/plugins/New_GPG/src/log.h @@ -28,7 +28,7 @@ public: logtofile(); private: - wfstream log; + fstream log; CMStringW path; bool _bDebugLog; mir_cs csLock; |