diff --git a/Surface_mesh_parameterization/include/CGAL/Parameterization_mesh_patch_3.h b/Surface_mesh_parameterization/include/CGAL/Parameterization_mesh_patch_3.h index bad3d1a86ce..728e7b16e5d 100644 --- a/Surface_mesh_parameterization/include/CGAL/Parameterization_mesh_patch_3.h +++ b/Surface_mesh_parameterization/include/CGAL/Parameterization_mesh_patch_3.h @@ -255,8 +255,8 @@ public: } /// @return the decorated mesh. - Adaptor& get_decorated_mesh() { return *m_mesh_adaptor; } - const Adaptor& get_decorated_mesh() const { return *m_mesh_adaptor; } + Adaptor& get_decorated_mesh() { return m_mesh_adaptor; } + const Adaptor& get_decorated_mesh() const { return m_mesh_adaptor; } //////////////////////////////////////////////////////////////////// /// @subheading Methods implementing the ParameterizationMesh_3 interface