X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Application.h;h=b91f69a81f98d1c2ed73dcfab282c502c9bd207f;hb=88be48ed1ea478b9d9d6ac2d965092418ef4dae6;hp=6ec3c8df938bf137bf8346f71fdc1d8d770166ec;hpb=15d511a49a2b8f1fa39496c7abf79ea285d23ce5;p=modules%2Fshaper.git diff --git a/src/Model/Model_Application.h b/src/Model/Model_Application.h index 6ec3c8df9..b91f69a81 100644 --- a/src/Model/Model_Application.h +++ b/src/Model/Model_Application.h @@ -46,7 +46,7 @@ public: DEFINE_STANDARD_RTTIEXT(Model_Application, TDocStd_Application) //! Retuns the application: one per process - MODEL_EXPORT static Handle_Model_Application getApplication(); + MODEL_EXPORT static Handle(Model_Application) getApplication(); //! Returns the document by the identifier //! \returns false of document is not yet created/not loaded MODEL_EXPORT std::shared_ptr document(const int theDocID);