From f19803bc64885bcfaef15cfd7a8139c28d3dd506 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 8 Apr 2017 16:31:25 -0300 Subject: Control editor export under implementation File handling --- Project/Gain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Gain.h') 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; -- cgit