summaryrefslogtreecommitdiffstats
path: root/src/server/GraphObjectImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/GraphObjectImpl.cpp')
-rw-r--r--src/server/GraphObjectImpl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/GraphObjectImpl.cpp b/src/server/GraphObjectImpl.cpp
index 050992c8..0d07b510 100644
--- a/src/server/GraphObjectImpl.cpp
+++ b/src/server/GraphObjectImpl.cpp
@@ -25,9 +25,9 @@ using namespace std;
namespace Ingen {
namespace Server {
-GraphObjectImpl::GraphObjectImpl(Ingen::Shared::URIs& uris,
- GraphObjectImpl* parent,
- const Raul::Symbol& symbol)
+GraphObjectImpl::GraphObjectImpl(Ingen::URIs& uris,
+ GraphObjectImpl* parent,
+ const Raul::Symbol& symbol)
: GraphObject(uris, parent ? parent->path().child(symbol) : "/")
, _parent(parent)
, _path(parent ? parent->path().child(symbol) : "/")