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

This commit is contained in:
kervala 2016-12-04 19:18:08 +01:00
parent 0da495081a
commit 2f78215beb

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;