mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Changed: Use !empty() instead of size()
This commit is contained in:
parent
0da495081a
commit
2f78215beb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ bool CNelExport::exportSWT(const std::string &sPath, std::vector<INode*>& vectNo
|
|||
}
|
||||
}
|
||||
|
||||
if (aSWNodes.size())
|
||||
if (!aSWNodes.empty())
|
||||
{
|
||||
CSkeletonWeight sw;
|
||||
COFile file;
|
||||
|
|
Loading…
Reference in a new issue