Fixed: Warning with clang
This commit is contained in:
parent
1d46a6f94e
commit
ca82fcfe0c
1 changed files with 1 additions and 1 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Reference in a new issue