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:
2017-06-15 01:01:54 +02:00
parent e87854a95f
commit 48e82d6dac

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);