diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-08 16:31:25 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-04-08 16:31:25 -0300 |
commit | f19803bc64885bcfaef15cfd7a8139c28d3dd506 (patch) | |
tree | 30698f4bd8bc7fb0919e974cdd81023bb8b8cde2 /Project/ConnectionLine.cpp | |
parent | d13b7013afa5ba1d40ee52e77eabd43bfd1b4acd (diff) | |
download | PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.gz PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.tar.xz PSP.git-f19803bc64885bcfaef15cfd7a8139c28d3dd506.zip |
Control editor export under implementation
File handling
Diffstat (limited to 'Project/ConnectionLine.cpp')
-rw-r--r-- | Project/ConnectionLine.cpp | 4 |
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; |