aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Mutation.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 01:11:58 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 01:11:58 +0000
commit79acce6ded68062851b9e4ab4966c74e9fc7a714 (patch)
treec98649e6e7f9d7b59e8c2c5de811f6436d0fa522 /src/engine/machina/Mutation.hpp
parent8941b58c8737d948f4c925955506da666ceb60ed (diff)
downloadmachina-79acce6ded68062851b9e4ab4966c74e9fc7a714.tar.gz
machina-79acce6ded68062851b9e4ab4966c74e9fc7a714.tar.bz2
machina-79acce6ded68062851b9e4ab4966c74e9fc7a714.zip
Use lowercase namespace names.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4945 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/Mutation.hpp')
-rw-r--r--src/engine/machina/Mutation.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index dd2dbbf..bce4abe 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -27,7 +27,7 @@
# define SUPER : public Mutation
#endif
-namespace Machina {
+namespace machina {
class Machine;
@@ -50,6 +50,6 @@ struct AdjustEdge SUPER { void mutate(Machine& machine); };
} // namespace Mutation
-} // namespace Machina
+} // namespace machina
#endif // MACHINA_MACHINE_MUTATION_HPP