Remove what is IMHO an unnecessarily confusing typedef.
git-svn-id: svn://localhost/ardour2/branches/3.0@10454 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0770605242
commit
1d2636d76d
@ -48,7 +48,6 @@ class Route;
|
||||
class Session;
|
||||
|
||||
typedef boost::shared_ptr<GraphNode> node_ptr_t;
|
||||
typedef boost::shared_ptr<Graph> graph_ptr_t;
|
||||
|
||||
typedef std::list< node_ptr_t > node_list_t;
|
||||
typedef std::set< node_ptr_t > node_set_t;
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
using namespace ARDOUR;
|
||||
|
||||
GraphNode::GraphNode (graph_ptr_t graph)
|
||||
GraphNode::GraphNode (boost::shared_ptr<Graph> graph)
|
||||
: _graph(graph)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user