summaryrefslogtreecommitdiffstats
path: root/src/bindings/ingen_bindings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/ingen_bindings.hpp')
-rw-r--r--src/bindings/ingen_bindings.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bindings/ingen_bindings.hpp b/src/bindings/ingen_bindings.hpp
index 90358cd8..b07baae8 100644
--- a/src/bindings/ingen_bindings.hpp
+++ b/src/bindings/ingen_bindings.hpp
@@ -23,8 +23,8 @@ class World;
extern World* ingen_world;
extern "C" {
- bool run(World* world, const char* filename);
- void script_iteration(World* world);
+bool run(World* world, const char* filename);
+void script_iteration(World* world);
}
} // namespace Ingen