summaryrefslogtreecommitdiffstats
path: root/Project/ConnectionLine.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-09 17:59:49 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-04-09 17:59:49 -0300
commit586ff94d4bffcaf256e4ca7150b926c1babecada (patch)
tree671e6b6484d8dd3805500aba65b45469432ea2bf /Project/ConnectionLine.h
parent4e1e884a21a767f13278e32463b5417569db3534 (diff)
downloadPSP.git-586ff94d4bffcaf256e4ca7150b926c1babecada.tar.gz
PSP.git-586ff94d4bffcaf256e4ca7150b926c1babecada.tar.xz
PSP.git-586ff94d4bffcaf256e4ca7150b926c1babecada.zip
More bugfixes
Diffstat (limited to 'Project/ConnectionLine.h')
-rw-r--r--Project/ConnectionLine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/ConnectionLine.h b/Project/ConnectionLine.h
index 768ef9f..92154d2 100644
--- a/Project/ConnectionLine.h
+++ b/Project/ConnectionLine.h
@@ -43,6 +43,7 @@ class ConnectionLine : public ControlElement
virtual void Move(wxPoint2DDouble position);
virtual bool AppendNode(Node* node, ControlElement* parent);
virtual void UpdatePoints();
+ virtual bool Initialize();
virtual void SetTemporarySecondPoint(wxPoint2DDouble point) { m_tmpSndPt = point; }
virtual wxPoint2DDouble GetMidPoint() const;
virtual double GetOffset() const { return m_lineOffset; }