From 79acce6ded68062851b9e4ab4966c74e9fc7a714 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Jan 2013 01:11:58 +0000 Subject: Use lowercase namespace names. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4945 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ClientObject.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/ClientObject.hpp') diff --git a/src/client/ClientObject.hpp b/src/client/ClientObject.hpp index df8a1dd..c9469ed 100644 --- a/src/client/ClientObject.hpp +++ b/src/client/ClientObject.hpp @@ -26,8 +26,8 @@ #include "machina/types.hpp" -namespace Machina { -namespace Client { +namespace machina { +namespace client { class ClientObject { -- cgit v1.2.1