Salome HOME
Fix for generated names wrong index. Map now properly cleared.
[modules/shaper.git] / src / Model / Model_Application.h
index 6ec3c8df938bf137bf8346f71fdc1d8d770166ec..b91f69a81f98d1c2ed73dcfab282c502c9bd207f 100644 (file)
@@ -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<Model_Document> document(const int theDocID);