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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h
index 2353feb602..77b649545a 100755
--- a/plugins/New_GPG/src/stdafx.h
+++ b/plugins/New_GPG/src/stdafx.h
@@ -89,9 +89,7 @@ using std::fstream;
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(szGPGModuleName)
- {}
+ CMPlugin();
};
#endif