From 35205b9114784ff8f9f40b04f9ec8e14a250e467 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 16 Jun 2015 15:58:53 +0000 Subject: oops git-svn-id: http://svn.miranda-ng.org/main/trunk@14208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_options.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/MirLua/src/mlua_options.h') diff --git a/plugins/MirLua/src/mlua_options.h b/plugins/MirLua/src/mlua_options.h index 7311cf5df6..4fae51a1fc 100644 --- a/plugins/MirLua/src/mlua_options.h +++ b/plugins/MirLua/src/mlua_options.h @@ -11,6 +11,10 @@ private: protected: void OnInitDialog(); + INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam); + + void OnApply(); + public: CLuaOptions(int idDialog); -- cgit v1.2.3