aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/ActionFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ActionFactory.hpp')
-rw-r--r--src/engine/ActionFactory.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/ActionFactory.hpp b/src/engine/ActionFactory.hpp
index 0d9ce3f..1ae47c4 100644
--- a/src/engine/ActionFactory.hpp
+++ b/src/engine/ActionFactory.hpp
@@ -25,9 +25,9 @@ namespace Machina {
struct Action;
namespace ActionFactory {
- SharedPtr<Action> copy(SharedPtr<Action> copy);
- SharedPtr<Action> note_on(unsigned char note);
- SharedPtr<Action> note_off(unsigned char note);
+SharedPtr<Action> copy(SharedPtr<Action> copy);
+SharedPtr<Action> note_on(unsigned char note);
+SharedPtr<Action> note_off(unsigned char note);
}
} // namespace Machina