Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalc / gui / MEDWidgetHelperMeshView.hxx
index efbd56117ef562676d0ea95816c9e21ece6a357f..b1afd1db926a4c9efed1c39ca05eaa52dc32c9b9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016  CEA/DEN, EDF R&D
+// Copyright (C) 2016-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
@@ -34,7 +34,7 @@ public:
                            WidgetPresentationParameters * paramW);
   virtual ~MEDWidgetHelperMeshView();
 
-  virtual void udpateWidget();
+  virtual void updateWidget(bool connect);
   virtual void releaseWidget();
 
   virtual std::string getPythonTag() const { return "MeshView"; }