diff options
Diffstat (limited to 'plugins/New_GPG/src/log.h')
-rwxr-xr-x | plugins/New_GPG/src/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/log.h b/plugins/New_GPG/src/log.h index ed1950947c..9d1dcb39e6 100755 --- a/plugins/New_GPG/src/log.h +++ b/plugins/New_GPG/src/log.h @@ -30,6 +30,7 @@ private: fstream log; TCHAR *path; boost::mutex log_mutex; + bool _bDebugLog; }; #endif |