mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
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
2 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue