summaryrefslogtreecommitdiff
path: root/src/data/edge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/edge.h')
-rw-r--r--src/data/edge.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/edge.h b/src/data/edge.h
index ad71364..5d26b3e 100644
--- a/src/data/edge.h
+++ b/src/data/edge.h
@@ -31,7 +31,6 @@ class Edge : public QObject
Q_OBJECT
public:
explicit Edge(Node *s, Node *t, QObject *parent = 0);
- ~Edge();
Edge *copy(QMap<Node *, Node *> *nodeTable = 0);
Node *source() const;