cc_frm_clock.h fix show time in movieplayer

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0077dec96d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-01-09 21:37:16 +01:00
committed by vanhofen
parent 368ddb7c76
commit 0ff4ceddc4

View File

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