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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/Gain.cpp') diff --git a/Project/Gain.cpp b/Project/Gain.cpp index 0e47c2c..faea89c 100644 --- a/Project/Gain.cpp +++ b/Project/Gain.cpp @@ -1,7 +1,7 @@ #include "Gain.h" #include "GainForm.h" -Gain::Gain() : ControlElement() +Gain::Gain(int id) : ControlElement(id) { m_triPts.resize(3); SetValue(m_value); -- cgit