diff options
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r-- | ingen/AtomReader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index bab50433..370286d8 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -45,7 +45,7 @@ public: Interface& iface); ~AtomReader() {} - static bool is_message(URIs& uris, const LV2_Atom* msg); + static bool is_message(const URIs& uris, const LV2_Atom* msg); bool write(const LV2_Atom* msg); |