Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / PartSet / PartSet_Tools.h
index b76e1dd4449892fedd0047668f439fcacda3d8c0..2e88b022bca0e8f4be6f98c87e30b2d9f25151e4 100755 (executable)
@@ -292,6 +292,8 @@ public:
                                                bool theTemporary,
                                                FeaturePtr& theCreatedFeature);
 
+
+  static void getFirstAndLastIndexInFolder(const ObjectPtr& theFolder, int& theFirst, int& theLast);
 };
 
 #endif