diff options
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r-- | ingen/AtomReader.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp index a482627b..9b2406e9 100644 --- a/ingen/AtomReader.hpp +++ b/ingen/AtomReader.hpp @@ -50,11 +50,11 @@ public: URIs& uris, Log& log, Interface& iface); - ~AtomReader() {} + ~AtomReader() override {} static bool is_message(const URIs& uris, const LV2_Atom* msg); - bool write(const LV2_Atom* msg, int32_t default_id=0); + bool write(const LV2_Atom* msg, int32_t default_id=0) override; private: void get_atom(const LV2_Atom* in, Atom& out); |