Fixed more warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@933 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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_); }
|
||||
|
||||
Reference in New Issue
Block a user