Salome HOME
Simple fix for 40160 [CEA] No name in SHAPER
[modules/shaper.git] / src / XGUI / XGUI_WorkshopListener.h
index dcedeb713f8ab6c12a8755e602547b7db090c0a8..70cca034379a2ef28740cd54f94515edd200e436 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -104,7 +104,7 @@ protected:
 
 private:
 
-  void setDisplayed(ObjectPtr theObject, bool& theDisplayed);
+  void setDisplayed(ObjectPtr theObject, const bool theIsLoadedScript, bool& theDisplayed);
 
   XGUI_Workshop* myWorkshop; // the current workshop