Salome HOME
Compilation error in SMESHGUI_ExtrusionAlongPathDlg
[modules/smesh.git] / src / SMESH / SMESH_Group.hxx
index efb6cf9d6ef6852af7b8d5e89a3280fdea79ab59..e7d2d88b70a0e7784edcb09e677d22665eed7080 100644 (file)
@@ -58,7 +58,7 @@ class SMESH_EXPORT  SMESH_Group
 
   SMESHDS_GroupBase * GetGroupDS () { return myGroupDS; }
 
-  int GetID() const;
+  int GetID() const; // persistent ID
 
  private:
   SMESH_Group (const SMESH_Group& theOther);