]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Session.h
Salome HOME
Fix for the problem:
[modules/shaper.git] / src / Model / Model_Session.h
index e980774512121d05f8a5971a4f25810689e1a97d..89b9d548c1d5d1b1416b57dde0ad8ec9b92c1aa6 100644 (file)
@@ -113,7 +113,7 @@ class Model_Session : public ModelAPI_Session, public Events_Listener
   MODEL_EXPORT virtual std::list<std::shared_ptr<ModelAPI_Document> > allOpenedDocuments();
 
   /// Returns true if document is not loaded yet
-  MODEL_EXPORT virtual bool isLoadByDemand(const std::string theDocID);
+  MODEL_EXPORT virtual bool isLoadByDemand(const std::string theDocID, const int theDocIndex);
 
   /// Registers the plugin that creates features.
   /// It is obligatory for each plugin to call this function on loading to be found by