diff --git a/libsrc/meshing/meshtype.hpp b/libsrc/meshing/meshtype.hpp index dc297506..68fee518 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -111,7 +111,7 @@ namespace netgen MultiPointGeomInfo () = default; MultiPointGeomInfo (const MultiPointGeomInfo&) = default; MultiPointGeomInfo (MultiPointGeomInfo &&) = default; - MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = default; + MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = delete; MultiPointGeomInfo & operator= (MultiPointGeomInfo&&) = default; };