]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Session.h
Salome HOME
Make features history working. Optimization of features and results management and...
[modules/shaper.git] / src / Model / Model_Session.h
index 47e40262e3ae4cab165f84103d1467b9856724da..ebfef43d0f943958ea15e15b935723e3fa6c77da 100644 (file)
@@ -122,6 +122,7 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
   FeaturePtr createFeature(std::string theFeatureID, Model_Document* theDocOwner);
 
   friend class Model_Document;
+  friend class Model_Objects;
 };
 
 #endif