From 3f807fae50037ffcc0b69f3cd6b16a7f7d88af87 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Aug 2020 10:40:49 +0200 Subject: Fix header-hygiene warning --- tests/TestClient.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp index b23be973..ab69a4f9 100644 --- a/tests/TestClient.hpp +++ b/tests/TestClient.hpp @@ -22,9 +22,9 @@ #include -using namespace ingen; +namespace ingen { -class TestClient : public ingen::Interface +class TestClient : public Interface { public: explicit TestClient(Log& log) : _log(log) {} @@ -52,4 +52,6 @@ private: Log& _log; }; +} // namespace ingen + #endif // INGEN_TESTCLIENT_HPP -- cgit v1.2.1