summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-06-02 12:08:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-06-02 12:08:21 +0300
commitdd43832a82e3d4ca099aa82b0b1ba16382756241 (patch)
tree52ae02b3696f9e1dbd412de37cc34962d954aa08 /include
parentf63eb2bfc28dff8bbf9d56dd57b2bc6b53487f56 (diff)
fixes crash in StdMsg on opening SRMM window
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 2c3bba960b..6c00623959 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -493,7 +493,7 @@ class MIR_CORE_EXPORT CCtrlBase
public:
CCtrlBase(CDlgBase *wnd, int idCtrl);
- virtual ~CCtrlBase() { }
+ virtual ~CCtrlBase();
__forceinline HWND GetHwnd() const { return m_hwnd; }
__forceinline int GetCtrlId() const { return m_idCtrl; }