summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
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)
{