X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FModel_Application.h;h=6ec3c8df938bf137bf8346f71fdc1d8d770166ec;hb=4c267a52f180b3702b45642314545356805cd428;hp=8f5526c0de45c2fb7c904253dcba98591a746247;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/Model/Model_Application.h b/src/Model/Model_Application.h index 8f5526c0d..6ec3c8df9 100644 --- a/src/Model/Model_Application.h +++ b/src/Model/Model_Application.h @@ -76,7 +76,7 @@ public: //! Defines that specified document must be loaded by demand void setLoadByDemand(std::string theID, const int theDocID); //! Returns true if specified document must be loaded by demand - bool isLoadByDemand(std::string theID); + bool isLoadByDemand(std::string theID, const int theDocIndex); //! Closes and removes the documents that are not loaded by demand and //! not in the given list void removeUselessDocuments(std::list > theUsedDocs);