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, 2 insertions, 2 deletions
diff --git a/Project/ConnectionLine.cpp b/Project/ConnectionLine.cpp
index 8a232fe..9b7ce40 100644
--- a/Project/ConnectionLine.cpp
+++ b/Project/ConnectionLine.cpp
@@ -1,7 +1,7 @@
#include "ConnectionLine.h"
-ConnectionLine::ConnectionLine(Node* firstNode)
- : ControlElement()
+ConnectionLine::ConnectionLine(Node* firstNode, int id)
+ : ControlElement(id)
{
wxPoint2DDouble pt = firstNode->GetPosition();
m_tmpSndPt = pt;