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/Limiter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Limiter.h') diff --git a/Project/Limiter.h b/Project/Limiter.h index f79cd43..5f4e55b 100644 --- a/Project/Limiter.h +++ b/Project/Limiter.h @@ -8,7 +8,7 @@ class LimiterForm; class Limiter : public ControlElement { public: - Limiter(); + Limiter(int id); ~Limiter(); virtual void Draw(wxPoint2DDouble translation, double scale) const; -- cgit