mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 10:49:11 +00:00
Fixed: Warning with clang
This commit is contained in:
parent
c5e45c4d5e
commit
8af0f2a1ce
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