summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-18 11:04:06 +0100
committerDavid Robillard <d@drobilla.net>2017-12-18 11:04:06 +0100
commit4324e6b427b3ed93b6dd74bde0be49b9508b678e (patch)
tree44de36ac87200d4e2238bbf2ce589b7df1abae69 /tests
parent86bf9cbd7af99c8964745d414494c26af11af0f4 (diff)
downloadingen-4324e6b427b3ed93b6dd74bde0be49b9508b678e.tar.gz
ingen-4324e6b427b3ed93b6dd74bde0be49b9508b678e.tar.bz2
ingen-4324e6b427b3ed93b6dd74bde0be49b9508b678e.zip
Fix override specifiers
Diffstat (limited to 'tests')
-rw-r--r--tests/TestClient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp
index 317ecd97..64b9d1d5 100644
--- a/tests/TestClient.hpp
+++ b/tests/TestClient.hpp
@@ -29,7 +29,7 @@ public:
explicit TestClient(Log& log) : _log(log) {}
~TestClient() {}
- Raul::URI uri() const { return Raul::URI("ingen:testClient"); }
+ Raul::URI uri() const override { return Raul::URI("ingen:testClient"); }
void message(const Message& msg) override {
if (const Response* const response = boost::get<Response>(&msg)) {