Minor changes to work towards getting it compiling on linux again

This commit is contained in:
Matt Williams
2008-03-16 20:39:04 +00:00
parent ebc0ad9cca
commit 7286f7ce81
4 changed files with 5 additions and 3 deletions

View File

@ -103,4 +103,4 @@ namespace PolyVox
size += m_vecTriangleIndices.capacity() * sizeof(m_vecTriangleIndices[0]);
return size;
}
}
}