diff options
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index 278b9192e4..c7c8f37a42 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -157,9 +157,9 @@ class MIR_APP_EXPORT CMPluginBase void tryOpenLog();
protected:
+ HINSTANCE m_hInst;
const char *m_szModuleName;
HANDLE m_hLogger = nullptr;
- HINSTANCE m_hInst;
CMPluginBase(const char *moduleName);
~CMPluginBase();
|