diff options
| author | George Hazan <ghazan@miranda.im> | 2018-04-18 18:14:33 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-04-18 18:14:33 +0300 |
| commit | b172c4bbc75cdad0e8ccd22292aa671ba43cac45 (patch) | |
| tree | 4677a04a47f3987c88f3fb44c6b70d2642b1f8a3 /plugins/CloudFile/src/options.cpp | |
| parent | 524d1c7186eca3f0a4da08548eeb919785227101 (diff) | |
PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it inside
Diffstat (limited to 'plugins/CloudFile/src/options.cpp')
| -rw-r--r-- | plugins/CloudFile/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/options.cpp b/plugins/CloudFile/src/options.cpp index 32eb485a31..09fb7df117 100644 --- a/plugins/CloudFile/src/options.cpp +++ b/plugins/CloudFile/src/options.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" COptionsMainDlg::COptionsMainDlg() - : CPluginDlgBase(hInstance, IDD_OPTIONS_MAIN, MODULE), + : CPluginDlgBase(g_hInstance, IDD_OPTIONS_MAIN, MODULE), m_defaultService(this, IDC_DEFAULTSERVICE), m_doNothingOnConflict(this, IDC_DONOTHINGONCONFLICT), m_renameOnConflict(this, IDC_RENAMEONCONFLICT), |
