diff options
Diffstat (limited to 'ganv/Canvas.hpp')
-rw-r--r-- | ganv/Canvas.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ganv/Canvas.hpp b/ganv/Canvas.hpp index 08a1140..00c267c 100644 --- a/ganv/Canvas.hpp +++ b/ganv/Canvas.hpp @@ -99,6 +99,8 @@ public: /** Delete the edge from @c tail to @c head. */ void remove_edge(Node* tail, Node* head); + void remove_edge(Edge* edge); + typedef void (*EdgePtrFunc)(GanvEdge* edge, void* data); void for_each_edge(EdgePtrFunc f, void* data); |