summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/New_GPG/src/stdafx.h')
-rwxr-xr-xplugins/New_GPG/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h
index 9e35ea7e49..79c0a01826 100755
--- a/plugins/New_GPG/src/stdafx.h
+++ b/plugins/New_GPG/src/stdafx.h
@@ -73,7 +73,7 @@ using std::fstream;
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMOption<bool> bJabberAPI, bPresenceSigning, bFileTransfers, bAutoExchange, bSameAction, bAppendTags, bStripTags, bDebugLog;
+ CMOption<bool> bJabberAPI, bPresenceSigning, bFileTransfers, bAutoExchange, bSameAction, bAppendTags, bStripTags, bDebugLog, bSendErrorMessages;
CMPlugin();