Salome HOME
updated copyright message
[modules/shaper.git] / src / XGUI / XGUI_ActiveControlSelector.h
index eb45000843cabc9a0dc932926b66670c1c6901f5..41ba4b783d03755b2b5e7e752f1a3a29970b0739 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -59,7 +59,7 @@ public:
 
   /// Returns whether the selector should be activated as soon as possible (by deactivatate other)
   /// \return boolean result
-  XGUI_EXPORT virtual bool needToBeActiated() const { return false; }
+  XGUI_EXPORT virtual bool needToBeActivated() const { return false; }
 
   /// Processes current selection of workshop. Reaction to selection change in workshop.
   XGUI_EXPORT virtual void processSelection() = 0;