diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/Makefile.am | 2 | ||||
-rw-r--r-- | src/engine/Mutation.cpp (renamed from src/engine/MachineMutation.cpp) | 2 | ||||
-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 |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am index 010affa..20f02e9 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -10,7 +10,7 @@ libmachina_la_SOURCES = \ Edge.cpp \ Action.cpp \ Machine.cpp \ - MachineMutation.cpp \ + Mutation.cpp \ Loader.cpp \ MidiAction.cpp \ ActionFactory.cpp \ diff --git a/src/engine/MachineMutation.cpp b/src/engine/Mutation.cpp index 3c899bc..c861810 100644 --- a/src/engine/MachineMutation.cpp +++ b/src/engine/Mutation.cpp @@ -19,7 +19,7 @@ #include <cstdlib> #include "machina/Edge.hpp" #include "machina/Machine.hpp" -#include "machina/MachineMutation.hpp" +#include "machina/Mutation.hpp" #include "machina/ActionFactory.hpp" using namespace std; 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 |