diff options
Diffstat (limited to 'Project/ConnectionLine.h')
-rw-r--r-- | Project/ConnectionLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ConnectionLine.h b/Project/ConnectionLine.h index bb2dbcd..a0df142 100644 --- a/Project/ConnectionLine.h +++ b/Project/ConnectionLine.h @@ -10,7 +10,7 @@ public: ELEMENT_ELEMENT = 0, ELEMENT_LINE }; - ConnectionLine(Node* firstNode); + ConnectionLine(Node* firstNode, int id); ~ConnectionLine(); virtual void Draw(wxPoint2DDouble translation, double scale) const; |