summaryrefslogtreecommitdiffstats
path: root/ingen/URIs.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-23 22:05:51 +0200
committerDavid Robillard <d@drobilla.net>2018-09-23 22:05:51 +0200
commit407099d7a30d01799824c7d4f341e0095e752919 (patch)
treedfbfd05e00ebf98c625fb00c7bc2075077273221 /ingen/URIs.hpp
parente0e437c0fd970103685db2f1d0c83a9c461ad87f (diff)
downloadingen-fix-unused-parameter-warnings.tar.gz
ingen-fix-unused-parameter-warnings.tar.bz2
ingen-fix-unused-parameter-warnings.zip
WIP: Fix unused parameter warningsfix-unused-parameter-warnings
Diffstat (limited to 'ingen/URIs.hpp')
-rw-r--r--ingen/URIs.hpp7
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);