X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeDocRef.h;h=f3a3fcf899110239e308ce23c33abdb2098d7bc9;hb=6b4c275bd0ec90bbd4f34614ece1535a6ce2bbe7;hp=778ed316bd0eceda4ef02932193287ca0b35bfb6;hpb=34c92803a174324249d12ae0eb45143e0d8a9c23;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeDocRef.h b/src/Model/Model_AttributeDocRef.h index 778ed316b..f3a3fcf89 100644 --- a/src/Model/Model_AttributeDocRef.h +++ b/src/Model/Model_AttributeDocRef.h @@ -20,10 +20,10 @@ class Model_AttributeDocRef : public ModelAPI_AttributeDocRef Handle_TDataStd_Comment myComment; ///< reference to document is identified as string-id public: /// Defines the document referenced from this attribute - MODEL_EXPORT virtual void setValue(std::shared_ptr theDoc); + MODEL_EXPORT virtual void setValue(boost::shared_ptr theDoc); /// Returns document referenced from this attribute - MODEL_EXPORT virtual std::shared_ptr value(); + MODEL_EXPORT virtual boost::shared_ptr value(); protected: /// Initializes attibutes