summaryrefslogtreecommitdiff
path: root/include/m_gui.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-17 23:14:12 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-17 23:14:32 +0300
commitdcfb8826d85930581d179164afb1522c88074b2d (patch)
treee2b57adef41bcfbed8038b3f8844e6edbbea736d /include/m_gui.h
parentfc14cd04c3894702603bb4db7e56258608c5c8d7 (diff)
no need to copy that stuff each time
Diffstat (limited to 'include/m_gui.h')
-rw-r--r--include/m_gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 5ff03a72f1..746cb66ff7 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -1248,6 +1248,7 @@ public:
protected:
virtual void OnInit() override;
+ virtual void OnDestroy() override;
virtual BOOL OnNotify(int idCtrl, NMHDR *pnmh) override;
virtual LRESULT CustomWndProc(UINT msg, WPARAM wParam, LPARAM lParam) override;