CComponentsHeader: remove virtual declararion from getClockObject()

Not required.
This commit is contained in:
2017-06-15 01:01:54 +02:00
parent 340a6992a1
commit 86af640fae

View File

@@ -302,7 +302,7 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen, CCHeaderT
}
///returns the clock object
virtual CComponentsFrmClock* getClockObject(){return cch_cl_obj;}
CComponentsFrmClock* getClockObject(){return cch_cl_obj;}
///enable display of clock, parameter bool enable, const char* format, bool run
virtual void enableClock(bool enable = true, const char* format = "%H:%M", const char* sec_format_str = NULL, bool run = false);