From d0579bbcd2142577ba3a18650cc9cadda8fafd84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 00:07:34 +0200 Subject: Add missing override specifiers --- tests/TestClient.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/TestClient.hpp') diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp index e76e4aa5..b23be973 100644 --- a/tests/TestClient.hpp +++ b/tests/TestClient.hpp @@ -28,7 +28,8 @@ class TestClient : public ingen::Interface { public: explicit TestClient(Log& log) : _log(log) {} - ~TestClient() {} + + ~TestClient() override = default; URI uri() const override { return URI("ingen:testClient"); } -- cgit v1.2.1