Making GCC happy.

This commit is contained in:
dfighter1985 2013-05-15 01:54:35 +02:00
parent edfc2c5491
commit 07045b7880

View file

@ -86,11 +86,14 @@ namespace GUIEditor
return;
}
std::string pgName = std::string( parentGroup.toUtf8() );
std::string wName = std::string( name.toUtf8() );
CInterfaceElement *e =
CWidgetManager::getInstance()->addWidgetToGroup(
std::string( parentGroup.toUtf8() ),
pgName,
className,
std::string( name.toUtf8() )
wName
);
// Failed to add widget