diff options
Diffstat (limited to 'ingen/URIs.hpp')
-rw-r--r-- | ingen/URIs.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index eb657473..71c56678 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -39,13 +39,10 @@ class URIMap; */ class INGEN_API URIs : public Raul::Noncopyable { public: - URIs(ingen::Forge& forge, URIMap* map, LilvWorld* lworld); + URIs(ingen::Forge& forge, LilvWorld* lworld); struct Quark : public URI { - Quark(ingen::Forge& forge, - URIMap* map, - LilvWorld* lworld, - const char* str); + Quark(ingen::Forge& forge, LilvWorld* lworld, const char* str); Quark(const Quark& copy); |