Salome HOME
1. myIsInitialized should have "false" by default. Validators check it to enable...
[modules/shaper.git] / src / Model / Model_AttributeDouble.h
index da9ca4b55d62cf0c67285873ccc7869598e20d5b..abf394aa611c84b59883de8932ef3eb86d9445c5 100644 (file)
@@ -59,7 +59,7 @@ class Model_AttributeDouble : public ModelAPI_AttributeDouble
 
  protected:
   /// Initializes attributes
-  Model_AttributeDouble(TDF_Label& theLabel);
+  Model_AttributeDouble();
 
   friend class Model_Data;
 };