Fixed: Warning with clang

This commit is contained in:
kervala 2013-11-13 22:23:02 +01:00
parent 1d46a6f94e
commit ca82fcfe0c

View file

@ -2880,7 +2880,7 @@ namespace NLGUI
bool CWidgetManager::serializeTreeData( xmlNodePtr parentNode ) const
{
if( parentNode == NULL )
return NULL;
return false;
std::vector< SMasterGroup >::size_type i;
for( i = 0; i < _MasterGroups.size(); i++ )