summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-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)) {