-pedantic fixes

This commit is contained in:
satbaby
2012-05-08 18:59:11 +02:00
parent 25563a2029
commit e14fc80ed5
10 changed files with 45 additions and 31 deletions

View File

@@ -280,7 +280,7 @@ CMenuGlobal::CMenuGlobal()
CMenuGlobal::~CMenuGlobal()
{
v_selected.clear();
};
}
//Note: use only singleton to create an instance in the constructor or init handler of menu widget
CMenuGlobal* CMenuGlobal::getInstance()