From 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 16:10:40 +0300 Subject: m_langpack.h unbound from hLangpack --- plugins/New_GPG/src/stdafx.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/New_GPG/src/stdafx.h') diff --git a/plugins/New_GPG/src/stdafx.h b/plugins/New_GPG/src/stdafx.h index 77b649545a..699f69bbc1 100755 --- a/plugins/New_GPG/src/stdafx.h +++ b/plugins/New_GPG/src/stdafx.h @@ -73,6 +73,11 @@ using std::fstream; #include +struct CMPlugin : public PLUGIN +{ + CMPlugin(); +}; + //internal #include "resource.h" #include "version.h" @@ -87,9 +92,4 @@ using std::fstream; #include "options.h" #include "globals.h" -struct CMPlugin : public PLUGIN -{ - CMPlugin(); -}; - #endif -- cgit v1.2.3