Salome HOME
1. myIsInitialized should have "false" by default. Validators check it to enable...
[modules/shaper.git] / src / Model / Model_AttributeInteger.h
index bd6a12da3a36108febbb67c27c83b6e278517fe0..870db29908d383499274846bfe65b03e247098c5 100644 (file)
@@ -57,7 +57,7 @@ class Model_AttributeInteger : public ModelAPI_AttributeInteger
 
  protected:
   /// Initializes attributes
-  Model_AttributeInteger(TDF_Label& theLabel);
+  Model_AttributeInteger();
 
   friend class Model_Data;