summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-02-12 16:30:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-02-12 16:30:56 +0300
commitc25fef4436c2149b22420b1b5f0848c7ef3d2080 (patch)
treec766a91e8d972a046186eea9e9f7af659e5bdb92 /include
parent1a9bad022f94966f07bcfe00e81d61433639e047 (diff)
fixes #1147 (TabSRMM: numerical options cannot be changed)
Diffstat (limited to 'include')
-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 14b302fac6..27f91b99e7 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -468,6 +468,7 @@ private:
CTimer* FindTimer(int idEvent);
+ static BOOL CALLBACK GlobalFieldEnum(HWND hwnd, LPARAM lParam);
static INT_PTR CALLBACK GlobalDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
static int GlobalDlgResizer(HWND hwnd, LPARAM lParam, UTILRESIZECONTROL *urc);
};