mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CComponentsHeader: remove virtual declararion from getClockObject()
Not required.
This commit is contained in:
@@ -302,7 +302,7 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen, CCHeaderT
|
|||||||
}
|
}
|
||||||
|
|
||||||
///returns the clock object
|
///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
|
///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);
|
virtual void enableClock(bool enable = true, const char* format = "%H:%M", const char* sec_format_str = NULL, bool run = false);
|
||||||
|
Reference in New Issue
Block a user