diff --git a/src/SMESHGUI/SMESHGUI_Swig.i b/src/SMESHGUI/SMESHGUI_Swig.i index 1a7c393fa..67c00c06e 100644 --- a/src/SMESHGUI/SMESHGUI_Swig.i +++ b/src/SMESHGUI/SMESHGUI_Swig.i @@ -73,7 +73,7 @@ class SMESH_Swig void SetName(const char* Entry, const char* Name); - void SetMeshIcon(const char* Mesh_Entry, const bool isComputed); + void SetMeshIcon(const char* Mesh_Entry, const bool isComputed, const bool isEmpty); void CreateAndDisplayActor( const char* Mesh_Entry ); };