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