diff options
Diffstat (limited to 'ingen/Log.hpp')
-rw-r--r-- | ingen/Log.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/Log.hpp b/ingen/Log.hpp index c797e00d..54369551 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -45,9 +45,9 @@ public: Log(LV2_Log_Log* log, URIs& uris); struct Feature : public LV2Features::Feature { - const char* uri() const { return LV2_LOG__log; } + const char* uri() const override { return LV2_LOG__log; } - SPtr<LV2_Feature> feature(World* world, Node* block); + SPtr<LV2_Feature> feature(World* world, Node* block) override; struct Handle { LV2_Log_Log lv2_log; |