summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-05 02:13:28 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-05 02:13:28 +0000
commit1d2636d76df3f6fd5eb0148f9284185561b0d2ab (patch)
tree9b976b3277bdf6cde946f24d6cde994466bc84c4 /libs/ardour/graphnode.cc
parent0770605242590cf71762e58ab235d3cdf7d9517e (diff)
Remove what is IMHO an unnecessarily confusing typedef.
git-svn-id: svn://localhost/ardour2/branches/3.0@10454 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/graphnode.cc')
-rw-r--r--libs/ardour/graphnode.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/graphnode.cc b/libs/ardour/graphnode.cc
index 8a2deed808..a919efcff3 100644
--- a/libs/ardour/graphnode.cc
+++ b/libs/ardour/graphnode.cc
@@ -24,7 +24,7 @@
using namespace ARDOUR;
-GraphNode::GraphNode (graph_ptr_t graph)
+GraphNode::GraphNode (boost::shared_ptr<Graph> graph)
: _graph(graph)
{
}