summaryrefslogtreecommitdiffstats
path: root/tests/TestClient.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestClient.hpp')
-rw-r--r--tests/TestClient.hpp3
1 files changed, 2 insertions, 1 deletions
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"); }