CComponentsHeader/Icon: use inherited destructor

Inherited destructor contains identic code.
This commit is contained in:
2013-03-10 21:22:07 +01:00
parent de330ac39c
commit da356d94da
4 changed files with 17 additions and 19 deletions

View File

@@ -61,6 +61,11 @@ CComponentsForm::CComponentsForm(const int x_pos, const int y_pos, const int w,
}
CComponentsForm::~CComponentsForm()
{
cleanCCForm();
}
void CComponentsForm::cleanCCForm()
{
#ifdef DEBUG_CC
printf("[CComponents] calling %s...\n", __FUNCTION__);