From d15ac078344461faee80f676b49d2194387b9862 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2017 18:03:28 +0300 Subject: less useless crap exported from mir_core --- include/m_gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index 00a89a34c3..31e33c0994 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -484,6 +484,9 @@ class MIR_CORE_EXPORT CCtrlBase { friend class CDlgBase; + __forceinline CCtrlBase(const CCtrlBase&) {} + __forceinline CCtrlBase& operator=(const CCtrlBase&) { return *this; } + __forceinline CCtrlBase(HWND hwnd) : m_hwnd(hwnd) {} public: -- cgit v1.2.3