summaryrefslogtreecommitdiffstats
path: root/ingen/Forge.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-26 12:56:45 +0100
committerDavid Robillard <d@drobilla.net>2017-02-26 12:56:45 +0100
commit72e1a2119baea9690bdea0b729ecbafade2c87ba (patch)
treec465325eaf9d9a0f800a7e2dbfb5a58692053ed2 /ingen/Forge.hpp
parent1c9ac012b8a8db6e2221f2fa64afb3fc0dbf90d9 (diff)
downloadingen-72e1a2119baea9690bdea0b729ecbafade2c87ba.tar.gz
ingen-72e1a2119baea9690bdea0b729ecbafade2c87ba.tar.bz2
ingen-72e1a2119baea9690bdea0b729ecbafade2c87ba.zip
Fix filtering by type in plugin selector
Diffstat (limited to 'ingen/Forge.hpp')
-rw-r--r--ingen/Forge.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp
index b9d98a1d..9b45bde1 100644
--- a/ingen/Forge.hpp
+++ b/ingen/Forge.hpp
@@ -1,6 +1,6 @@
/*
This file is part of Ingen.
- Copyright 2007-2015 David Robillard <http://drobilla.net/>
+ Copyright 2007-2017 David Robillard <http://drobilla.net/>
Ingen is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
@@ -35,7 +35,7 @@ class INGEN_API Forge : public LV2_Atom_Forge {
public:
explicit Forge(URIMap& map);
- std::string str(const Atom& atom, bool quoted=true);
+ std::string str(const Atom& atom, bool quoted);
bool is_uri(const Atom& atom) const {
return atom.type() == URI || atom.type() == URID;