summaryrefslogtreecommitdiffstats
path: root/Project/ConnectionLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ConnectionLine.cpp')
-rw-r--r--Project/ConnectionLine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Project/ConnectionLine.cpp b/Project/ConnectionLine.cpp
index 9b7ce40..ea04e5e 100644
--- a/Project/ConnectionLine.cpp
+++ b/Project/ConnectionLine.cpp
@@ -1,5 +1,9 @@
#include "ConnectionLine.h"
+ConnectionLine::ConnectionLine() : ControlElement(-1)
+{
+}
+
ConnectionLine::ConnectionLine(Node* firstNode, int id)
: ControlElement(id)
{