CCDraw: add signals into paintFbItems()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6952d85ae9
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-12-27 (Sun, 27 Dec 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
2015-12-27 13:40:33 +01:00
parent e70e09036c
commit 8b6edba743
3 changed files with 13 additions and 3 deletions

View File

@@ -26,7 +26,6 @@
#define __CC_BASE__
#include "cc_types.h"
#include "cc_signals.h"
#include "cc_draw.h"
/// Basic component class.
@@ -34,7 +33,7 @@
Basic attributes and member functions for component sub classes
*/
class CComponents : public CComponentsSignals, public CCDraw
class CComponents : public CCDraw
{
protected: