From 02d84de9c215b113fe353caf37237687a173e85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20M=C3=B6ller?= Date: Mon, 14 Oct 2013 17:23:30 +0000 Subject: [PATCH] fix 64-bit error git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@971 fdac6126-5c0c-442c-9429-916003d36597 --- src/Unittests/unittests_tutorials.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Unittests/unittests_tutorials.cc b/src/Unittests/unittests_tutorials.cc index a8c847dc..9b64e608 100644 --- a/src/Unittests/unittests_tutorials.cc +++ b/src/Unittests/unittests_tutorials.cc @@ -146,8 +146,8 @@ namespace OpenMesh { unsigned int N = 0; _v.clear(); bytes += IO::restore( _is, N, _swap ); - std::string key; - size_t val; + value_type::key_type key; + value_type::mapped_type val; for (size_t i=0; i