summaryrefslogtreecommitdiffstats
path: root/Project/Gain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Gain.cpp')
-rw-r--r--Project/Gain.cpp2
1 files changed, 1 insertions, 1 deletions
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);