Salome HOME
Copyright update 2022
[modules/geom.git] / src / OBJECT / GEOM_VTKTrihedron.hxx
index 66fda08ca91a427b9dccee18155c9dd9b5070dee..ca680f529f77ce06fc1df645b221ae2318c603c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -40,7 +40,7 @@ class vtkPolyDataMapper;
 /*
   Class       : GEOM_VTKTrihedron
   Description : Class for displaying trihedron of local CS in VTK viewer.
-                Placement of trihedron is chahged with SetPlacement() method
+                Placement of trihedron is changed with SetPlacement() method
 */
 
 class GEOM_OBJECT_EXPORT GEOM_VTKTrihedron : public SALOME_Actor
@@ -52,7 +52,7 @@ protected:
   virtual                           ~GEOM_VTKTrihedron();
 
 public:
-                                    vtkTypeMacro( GEOM_VTKTrihedron, SALOME_Actor );
+                                    vtkTypeMacro( GEOM_VTKTrihedron, SALOME_Actor )
   static GEOM_VTKTrihedron*         New();
 
   virtual double      GetSize() { return mySize;}