Salome HOME
Fix for the issue Crash on export file if name of resulting file contain the name...
[modules/shaper.git] / src / Model / Model_Session.h
index 9b3da71a89b9e2d77d0a3f989e3c80926c0c5d74..b480a67e951c03cfd5eca6104bb3c9f7eb182f4b 100644 (file)
@@ -48,7 +48,9 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
 
   /// if true, generates error if document is updated outside of transaction
   bool myCheckTransactions;
-  bool myOperationAttachedToNext; ///< the current operation must be committed twice, with nested
+  /// if true, the current operation must be committed twice,
+  /// with nested (list for any nesting depth)
+  std::list<bool> myOperationAttachedToNext;
  public:
 
   //! Loads the OCAF document from the file.