diff options
author | David Robillard <d@drobilla.net> | 2007-12-06 00:02:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-06 00:02:08 +0000 |
commit | e19c643153b32983cfeb319356dbbc2f7798c4b7 (patch) | |
tree | b12eef6afc36e079482fe5a72f22df149cbe5d2d /src/engine/machina | |
parent | a96b70b1c92b7f2622ebeff9d34c92ba089997f1 (diff) | |
download | machina-e19c643153b32983cfeb319356dbbc2f7798c4b7.tar.gz machina-e19c643153b32983cfeb319356dbbc2f7798c4b7.tar.bz2 machina-e19c643153b32983cfeb319356dbbc2f7798c4b7.zip |
Rename uselessley verbose MachineMutation.[ch]pp
git-svn-id: http://svn.drobilla.net/lad/machina@953 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Makefile.am | 2 | ||||
-rw-r--r-- | src/engine/machina/Mutation.hpp (renamed from src/engine/machina/MachineMutation.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Makefile.am b/src/engine/machina/Makefile.am index de99845..f8666e1 100644 --- a/src/engine/machina/Makefile.am +++ b/src/engine/machina/Makefile.am @@ -11,8 +11,8 @@ libmachinainclude_HEADERS = \ Loader.hpp \ Machine.hpp \ MachineBuilder.hpp \ - MachineMutation.hpp \ MidiAction.hpp \ + Mutation.hpp \ Node.hpp \ Recorder.hpp \ SMFDriver.hpp \ diff --git a/src/engine/machina/MachineMutation.hpp b/src/engine/machina/Mutation.hpp index 0a9731c..0a9731c 100644 --- a/src/engine/machina/MachineMutation.hpp +++ b/src/engine/machina/Mutation.hpp |