summaryrefslogtreecommitdiffstats
path: root/Project/Exponential.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Exponential.h')
-rw-r--r--Project/Exponential.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Exponential.h b/Project/Exponential.h
index ab86ebb..8260d66 100644
--- a/Project/Exponential.h
+++ b/Project/Exponential.h
@@ -8,7 +8,7 @@ class ExponentialForm;
class Exponential : public ControlElement
{
public:
- Exponential();
+ Exponential(int id);
~Exponential();
virtual void Draw(wxPoint2DDouble translation, double scale) const;