diff options
Diffstat (limited to 'Project/Constant.cpp')
-rw-r--r-- | Project/Constant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Constant.cpp b/Project/Constant.cpp index 77a129e..ff0ae02 100644 --- a/Project/Constant.cpp +++ b/Project/Constant.cpp @@ -1,7 +1,7 @@ #include "Constant.h" #include "ConstantForm.h" -Constant::Constant() : ControlElement() +Constant::Constant(int id) : ControlElement(id) { SetValue(m_value); m_angle = 180.0; |