summaryrefslogtreecommitdiffstats
path: root/ingen/client/ClientStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/ClientStore.hpp')
-rw-r--r--ingen/client/ClientStore.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/ClientStore.hpp b/ingen/client/ClientStore.hpp
index 2724df9a..45662afb 100644
--- a/ingen/client/ClientStore.hpp
+++ b/ingen/client/ClientStore.hpp
@@ -58,7 +58,7 @@ public:
Log& log,
SPtr<SigClientInterface> emitter = SPtr<SigClientInterface>());
- Raul::URI uri() const { return Raul::URI("ingen:/clients/store"); }
+ Raul::URI uri() const override { return Raul::URI("ingen:/clients/store"); }
SPtr<const ObjectModel> object(const Raul::Path& path) const;
SPtr<const PluginModel> plugin(const Raul::URI& uri) const;