summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-07 21:26:37 +0000
committerDavid Robillard <d@drobilla.net>2010-09-07 21:26:37 +0000
commit5ce3409e5debaf9d42749cb69c544a09c550f43a (patch)
tree60d8f10449a899a3b4df4585e9eef183a83fca43 /libs/ardour/graphnode.cc
parentaaf6ea8d2844ed21c82560ba16364e804f3bbff1 (diff)
Fix missing virtual destructors.
git-svn-id: svn://localhost/ardour2/branches/3.0@7753 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/graphnode.cc')
-rw-r--r--libs/ardour/graphnode.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/graphnode.cc b/libs/ardour/graphnode.cc
index cfcea4d726..7c0bc936d7 100644
--- a/libs/ardour/graphnode.cc
+++ b/libs/ardour/graphnode.cc
@@ -29,6 +29,10 @@ GraphNode::GraphNode (graph_ptr_t graph)
{
}
+GraphNode::~GraphNode()
+{
+}
+
void
GraphNode::prep (int chain)
{