summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-10-02 18:01:24 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-10-02 18:01:24 +0000
commitef8b008cdbe92cab970b3013c930c322ea3948b1 (patch)
treebdde099877f082df958d9b7f1c24cb33b81ae264 /include
parentd73bcd9dc558137967549773fe8d4a2da06b28fc (diff)
CDlgBase::AddTimer added
git-svn-id: http://svn.miranda-ng.org/main/trunk@17342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 916e0a4038..14e0e5b51c 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -429,6 +429,7 @@ protected:
// register controls
void AddControl(CCtrlBase *ctrl);
+ void AddTimer(CTimer *timer);
// win32 stuff
void ThemeDialogBackground(BOOL tabbed);