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

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent c71f712d11
commit 6d651b9c68

@ -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…
Cancel
Save