Changed: Use !empty() instead of size()

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 19:18:08 +01:00
parent c71f712d11
commit 6d651b9c68

View file

@ -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;