Wrong variable type

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@861 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-07-24 07:59:43 +00:00
parent 84f1d58949
commit c4dd9cc7b0

View File

@@ -126,7 +126,7 @@ private: //------------------------------------------------------- private data
// reference to mesh
Mesh& mesh_;
unsigned int randomSamples_;
size_t randomSamples_;
};