diff --git a/Surface_mesh/include/CGAL/Surface_mesh/Properties.h b/Surface_mesh/include/CGAL/Surface_mesh/Properties.h index 9a72248e161..5581f4d2396 100644 --- a/Surface_mesh/include/CGAL/Surface_mesh/Properties.h +++ b/Surface_mesh/include/CGAL/Surface_mesh/Properties.h @@ -303,7 +303,7 @@ public: // get the type of property by its name. returns typeid(void) if it does not exist. const std::type_info& - get_type(const std::string& name) + get_type(const std::string& name) const { for (unsigned int i=0; iname() == name)