removed harmless warning

This commit is contained in:
Paolo Cignoni 2010-09-07 10:29:40 +00:00
parent 271ac17c95
commit 7d9d285bd5
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public:
if (fpo==NULL) return false;
WriteXmlHead(fpo, pro);
for(int i=0;i<meshVec.size();++i)
for(size_t i=0;i<meshVec.size();++i)
{
WriteXmlBody(fpo, *meshVec[i], pro, i );
}