CComponentsShapeSircle: fix segfault on init

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4b1d9ca213
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-01 (Sat, 01 Sep 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
2012-09-01 23:35:17 +02:00
parent a96d6acc1c
commit ce55591295
2 changed files with 28 additions and 3 deletions

View File

@@ -389,4 +389,16 @@ class CComponentsTitleBar : public CComponentsItemBox
};
class CComponentsForm : public CComponentsContainer
{
private:
public:
CComponentsForm();
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};
#endif