diff options
Diffstat (limited to 'Project/ConnectionLine.h')
-rw-r--r-- | Project/ConnectionLine.h | 1 |
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; } |