]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ISelectionActivate.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_ISelectionActivate.h
index b63819420a31729b467c6f66f7f20bd09cf428ab..3515c1ac23e97ad88689b755e0b13d051f5ed0f9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  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
@@ -39,7 +39,7 @@ public:
   ModuleBase_ISelectionActivate(ModuleBase_IWorkshop* theWorkshop) : myWorkshop(theWorkshop) {}
 
   /// Destructor
-  ~ModuleBase_ISelectionActivate() {}
+  virtual ~ModuleBase_ISelectionActivate() {}
 
   /// Updates active selection modes in the viewer depending on the application state
   MODULEBASE_EXPORT virtual void updateSelectionModes() = 0;