update tutorial

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@972 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2013-10-15 08:18:47 +00:00
parent 02d84de9c2
commit bb9bd506cc

View File

@@ -194,9 +194,8 @@ namespace OpenMesh {
_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<N && _is.good(); ++i)
{