X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeDouble.h;h=abf394aa611c84b59883de8932ef3eb86d9445c5;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=390cc66bc7bfcbe0824bb75ad9212d9c9850a48a;hpb=f8c36784f4699f0e3d04f4e8e067c7bd317b4a1c;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeDouble.h b/src/Model/Model_AttributeDouble.h index 390cc66bc..abf394aa6 100644 --- a/src/Model/Model_AttributeDouble.h +++ b/src/Model/Model_AttributeDouble.h @@ -12,7 +12,7 @@ #include -class ModelAPI_Expression; +class ModelAPI_ExpressionDouble; /**\class Model_AttributeDouble * \ingroup DataModel @@ -21,7 +21,7 @@ class ModelAPI_Expression; class Model_AttributeDouble : public ModelAPI_AttributeDouble { - std::shared_ptr myExpression; + std::shared_ptr myExpression; public: /// Defines the double value @@ -59,7 +59,7 @@ class Model_AttributeDouble : public ModelAPI_AttributeDouble protected: /// Initializes attributes - Model_AttributeDouble(TDF_Label& theLabel); + Model_AttributeDouble(); friend class Model_Data; };