Fixed more warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@933 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-15 08:43:04 +00:00
parent cb731fb0d1
commit 51f4f26300
6 changed files with 21 additions and 20 deletions

View File

@@ -92,7 +92,7 @@ public:
~StripifierT();
/// Compute triangle strips, returns number of strips
unsigned int stripify();
size_t stripify();
/// delete all strips
void clear() { Strips().swap(strips_); }