mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CComponentsHeader: remove virtual declararion from getClockObject()
Not required.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 86af640fae
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-06-15 (Thu, 15 Jun 2017)
Origin message was:
------------------
CComponentsHeader: remove virtual declararion from getClockObject()
Not required.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user