Salome HOME
Copyright update 2022
[modules/shaper.git] / src / ModuleBase / ModuleBase_BRepOwner.h
index d0d082c4b6e03c1a066d3d9f0ebe8cffc2be62b4..ccd97bc524365d87655a837612b2539d8d526ab3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // 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);
   }