cc_frm_clock.h fix show time in movieplayer

This commit is contained in:
Jacek Jendrzej
2020-01-09 01:20:32 +01:00
parent da8b5f679d
commit dfb3b55f02

View File

@@ -83,7 +83,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
///initialize clock contents ///initialize clock contents
void initCCLockItems(); void initCCLockItems();
///initialize timestring, called in initCCLockItems() ///initialize timestring, called in initCCLockItems()
void initTimeString(); virtual void initTimeString();
///start ticking clock, returns true on success, if false causes log output ///start ticking clock, returns true on success, if false causes log output
bool startClock(); bool startClock();