Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/superv.git] / src / SUPERVGUI / SUPERVGUI_Service.h
index 3a466790dff17010eacc81404631a599e613a384..6b00762f99b3555fab773ef1945ca370930275b0 100644 (file)
@@ -53,7 +53,7 @@ public:
 
   SUPERV_Strings getFunction();
   void setFunction(SUPERV_Strings theStr);
-    
+
 public slots:
   // load all functions from an XML file into internal structures 
   void loadFile();
@@ -202,6 +202,8 @@ public slots:
   void clickOnOk();
 
 private:
+  bool  myIsLoop; // mkr : PAL12236
+
   SUPERVGUI_PythonEditPane* myEditPane;
   SUPERVGUI_PythonEditPane* myInitPane;
   SUPERVGUI_PythonEditPane* myMorePane;