remove some conversion warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1276 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2015-06-08 11:44:11 +00:00
parent 788e96474f
commit a7af0a5950
4 changed files with 11 additions and 11 deletions

View File

@@ -180,7 +180,7 @@ private:
void set_binary(bool _b) {}
InfoList pmi_;
VPropHandleT<int> idx_;
VPropHandleT<size_t> idx_;
};