From 1158ce068e3b5b391604270bf10c52d0d2f7f4db Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 16 May 2017 19:07:49 -0300 Subject: Sync generator control fixed --- Project/ConnectionLine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Project/ConnectionLine.h') diff --git a/Project/ConnectionLine.h b/Project/ConnectionLine.h index 98e3098..c0355cd 100644 --- a/Project/ConnectionLine.h +++ b/Project/ConnectionLine.h @@ -32,6 +32,8 @@ class ConnectionLine : public ControlElement virtual double GetValue() const { return m_value; } virtual void SetValue(double value) { m_value = value; } + + Element* GetCopy(); protected: double m_lineOffset = 0.0; -- cgit