mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Use !empty() instead of size()
--HG-- branch : develop
This commit is contained in:
parent
c71f712d11
commit
6d651b9c68
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;
|
CSkeletonWeight sw;
|
||||||
COFile file;
|
COFile file;
|
||||||
|
|
Loading…
Reference in a new issue