Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_SelectionValidator.cpp
index 333000a1d4f1e3f204ab871664d458b6eb503904..ff06a4c6cc09f7938ea9c530c38e44ff2814182a 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
@@ -20,8 +20,8 @@
 #include <ModuleBase_SelectionValidator.h>
 
 
-bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* theSelection,
-                                            ModuleBase_Operation* theOperation) const
+bool ModuleBase_SelectionValidator::isValid(const ModuleBase_ISelection* /*theSelection*/,
+                                            ModuleBase_Operation* /*theOperation*/) const
 {
   return true;
 }