Salome HOME
Make Box sketch and extrusion updated on changing of the Box parameters in property...
[modules/shaper.git] / src / Model / Model_AttributeBoolean.cpp
index 07c482b0741e5aa055866ff295f77a3cde81f79a..74901271ef27ba3dd9ddedc362bcf23e28f9a327 100644 (file)
@@ -19,7 +19,7 @@ void Model_AttributeBoolean::setValue(bool theValue)
 
 bool Model_AttributeBoolean::value()
 {
-  return myBool->Get() == Standard_True;
+  return myBool->Get() == Standard_True ;
 }
 
 Model_AttributeBoolean::Model_AttributeBoolean(TDF_Label& theLabel)