Salome HOME
NOMINMAX definition has been moved into CONFIGURATION repository.
[modules/geom.git] / src / GEOMGUI / GEOMGUI_AnnotationMgr.h
old mode 100755 (executable)
new mode 100644 (file)
index 52d3b12..9a0460c
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -38,14 +38,14 @@ class GEOM_Annotation;
 class GEOM_Displayer;
 
 /*!
- * \brief A help class to process visualizatin of annotation presentations.
+ * \brief A help class to process visualization of annotation presentations.
  * It contains a map of presentations shown in each viewer.
  * and correct 2D position persistent properties of annotations of active viewer.
  * When the viewer is closed, information about the viewer is removed from the manager 
  */
 class GEOMGUI_EXPORT GEOMGUI_AnnotationMgr : public QObject
 {
-  Q_OBJECT;
+  Q_OBJECT
 
 public:
   GEOMGUI_AnnotationMgr( SalomeApp_Application* theApplication );