Salome HOME
Copyright update 2022
[modules/geom.git] / src / GEOMGUI / GEOMGUI_AnnotationAttrs.h
index 2423e48cef7929ce53f3650402243eb2997a8971..e25e91ee42ecb92b1c9ee35b85d7fb038e0826a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -205,9 +205,8 @@ private:
   : myObj( theObject ),
     myParameterMap( theParameter ) {}
 
-  GEOMGUI_AnnotationAttrs( const GEOMGUI_AnnotationAttrs& theOther ) {}
-
-  void operator=( const GEOMGUI_AnnotationAttrs& theOther ) {}
+  GEOMGUI_AnnotationAttrs( const GEOMGUI_AnnotationAttrs& ); // private copy constructor, must be never called
+  void operator=( const GEOMGUI_AnnotationAttrs& ); // private assignment operator, must be never called
 
 private: