diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-29 17:26:50 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2016-08-29 17:26:50 -0300 |
commit | 06e57f5c75772dcba902e3032c756f79090f3424 (patch) | |
tree | aef78570496dae05d2945e0190bd4591ec799cd0 /Project/Line.h | |
parent | 8e00906e0517b335a6c33f682334bda3c1eadb69 (diff) | |
download | PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.gz PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.xz PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.zip |
Delete implemented
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Line.h b/Project/Line.h index 596b1a4..983293a 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -17,6 +17,7 @@ class Line : public Element virtual void MoveNode(Element* parent, wxPoint2DDouble position); virtual bool NodeContains(wxPoint2DDouble position); virtual bool SetNodeParent(Element* parent); + virtual void RemoveParent(Element* parent); virtual void UpdateNodes(); virtual wxCursor GetBestPickboxCursor() const { return wxCURSOR_SIZING; } virtual bool AddParent(Element* parent, wxPoint2DDouble position); |