diff options
Diffstat (limited to 'include/ingen/URIs.hpp')
-rw-r--r-- | include/ingen/URIs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/URIs.hpp b/include/ingen/URIs.hpp index baa376e9..cfa00f73 100644 --- a/include/ingen/URIs.hpp +++ b/include/ingen/URIs.hpp @@ -37,7 +37,7 @@ class URIMap; * * @ingroup ingen */ -class INGEN_API URIs : public Raul::Noncopyable { +class INGEN_API URIs : public raul::Noncopyable { public: URIs(ingen::Forge& ingen_forge, URIMap* map, LilvWorld* lworld); |