Corrected gcc compiling issues

This commit is contained in:
Paolo Cignoni 2007-05-21 11:12:10 +00:00
parent 558f9baddc
commit 7ec9437835
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.7 2006/01/19 14:18:08 spinelli
fix bug end iterator++
Revision 1.6 2005/05/30 09:43:41 spinelli
vertexIterator sostituito con VertexIterator
@ -105,7 +108,7 @@ namespace vcg {
for(int i=0; i<n; ++i)
{
m.vert.push_back(MeshType::VertexType());
m.vert.push_back(VertexType());
m.vert.back().ClearFlags();
}