diff --git a/libsrc/meshing/meshtype.hpp b/libsrc/meshing/meshtype.hpp index 2eb2e65a..39c5fb10 100644 --- a/libsrc/meshing/meshtype.hpp +++ b/libsrc/meshing/meshtype.hpp @@ -226,7 +226,7 @@ namespace netgen { int i; public: - SurfaceElementIndex () { ; } + SurfaceElementIndex () = default; SurfaceElementIndex (int ai) : i(ai) { ; } /* SurfaceElementIndex & operator= (const SurfaceElementIndex & ai)