diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestClient.hpp | 3 |
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"); } |