diff options
Diffstat (limited to 'src/server/GraphObjectImpl.hpp')
-rw-r--r-- | src/server/GraphObjectImpl.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/GraphObjectImpl.hpp b/src/server/GraphObjectImpl.hpp index 5df7b565..45a9e979 100644 --- a/src/server/GraphObjectImpl.hpp +++ b/src/server/GraphObjectImpl.hpp @@ -93,9 +93,9 @@ public: ProcessContext& context, Raul::Maid& maid, uint32_t poly) = 0; protected: - GraphObjectImpl(Ingen::Shared::URIs& uris, - GraphObjectImpl* parent, - const Raul::Symbol& symbol); + GraphObjectImpl(Ingen::URIs& uris, + GraphObjectImpl* parent, + const Raul::Symbol& symbol); GraphObjectImpl* _parent; Raul::Path _path; |