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/engine/Problem.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine/Problem.cpp') diff --git a/src/engine/Problem.cpp b/src/engine/Problem.cpp index 3540b2b..88e2bad 100644 --- a/src/engine/Problem.cpp +++ b/src/engine/Problem.cpp @@ -36,7 +36,7 @@ using namespace std; -namespace Machina { +namespace machina { Problem::Problem(TimeUnit unit, const std::string& target_midi, @@ -380,4 +380,4 @@ Problem::distance(const std::vector& source, return _matrix[n][m]; } -} // namespace Machina +} // namespace machina -- cgit v1.2.1