summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-19 19:58:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-19 19:58:18 +0300
commitc3e612487ea049cb24e0b512ec0a5bb214a4748b (patch)
treee9a6b9d1fd9bddae2a4a95e049a86760d41245fa /include
parent791b7433578c53e2a094b78f3c324b7a414230ea (diff)
added CCtrlDate::SetTime
Diffstat (limited to 'include')
-rw-r--r--include/m_gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h
index 60ab61d3d3..4fa9f8c667 100644
--- a/include/m_gui.h
+++ b/include/m_gui.h
@@ -825,7 +825,8 @@ class MIR_CORE_EXPORT CCtrlDate : public CCtrlData
public:
CCtrlDate(CDlgBase *dlg, int ctrlId);
- void GetSystemDate(SYSTEMTIME*);
+ void GetTime(SYSTEMTIME*);
+ void SetTime(SYSTEMTIME*);
};
/////////////////////////////////////////////////////////////////////////////////////////