From 4324e6b427b3ed93b6dd74bde0be49b9508b678e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Dec 2017 11:04:06 +0100 Subject: Fix override specifiers --- tests/TestClient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/TestClient.hpp') 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(&msg)) { -- cgit v1.2.1