From 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 17:31:12 +0200 Subject: Use lowercase namespace names --- tests/TestClient.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/TestClient.hpp') diff --git a/tests/TestClient.hpp b/tests/TestClient.hpp index 8d99db86..e80557f1 100644 --- a/tests/TestClient.hpp +++ b/tests/TestClient.hpp @@ -22,9 +22,9 @@ #include "ingen/Interface.hpp" #include "ingen/Log.hpp" -using namespace Ingen; +using namespace ingen; -class TestClient : public Ingen::Interface +class TestClient : public ingen::Interface { public: explicit TestClient(Log& log) : _log(log) {} -- cgit v1.2.1