Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_BRepOwner.h
index d0d082c4b6e03c1a066d3d9f0ebe8cffc2be62b4..0114b75662c927a890367d35a2cf26d55edbf444 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
@@ -51,7 +51,7 @@ public:
   /// \param theStyle a style of presentation
   /// \param theMode a drawing mode
   virtual void HilightWithColor (const Handle(PrsMgr_PresentationManager3d)& aPM,
-    const Handle(Prs3d_Drawer)& theStyle, const Standard_Integer theMode = 0)
+    const Handle(Prs3d_Drawer)& theStyle, const Standard_Integer /*theMode*/ = 0)
   {
     Selectable()->HilightOwnerWithColor(aPM, theStyle, this);
   }