X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Application.h;h=b91f69a81f98d1c2ed73dcfab282c502c9bd207f;hb=b0196aeefbaa53754b1052fab904386707caad87;hp=6ec3c8df938bf137bf8346f71fdc1d8d770166ec;hpb=b3695c3af5289903f1c0fa01bbb7c40203c5e544;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);