diff options
Diffstat (limited to 'Project/Exponential.cpp')
-rw-r--r-- | Project/Exponential.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Exponential.cpp b/Project/Exponential.cpp index cb9dfd8..7c4f1fe 100644 --- a/Project/Exponential.cpp +++ b/Project/Exponential.cpp @@ -1,7 +1,7 @@ #include "Exponential.h" #include "ExponentialForm.h" -Exponential::Exponential() +Exponential::Exponential(int id) : ControlElement(id) { m_width = m_height = 36.0; Node* nodeIn = new Node(m_position + wxPoint2DDouble(-18, 0), Node::NODE_IN, m_borderSize); |