Salome HOME
bos #35165 [CEA] Clear the mesh when an hypothesis is added to an algorithm
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshInfosBox.h
index 5671cf1d5852ec738d75fb7d3906df862308aab6..a6dfd4b2d7e2b13948bae959b256539c472f66a3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -46,7 +46,7 @@ class SMESHGUI_EXPORT SMESHGUI_MeshInfosBox : public QGroupBox
 public:
   SMESHGUI_MeshInfosBox( const bool, QWidget* );
 
-  void    SetMeshInfo( const SMESH::long_array& theInfo );
+  void    SetMeshInfo( const SMESH::smIdType_array& theInfo );
 
 private:
   bool    myFull;