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