summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bindings/DeprecatedBindings.h')
-rw-r--r--src/Bindings/DeprecatedBindings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/DeprecatedBindings.h b/src/Bindings/DeprecatedBindings.h
index 5fc3cfa80..037d50489 100644
--- a/src/Bindings/DeprecatedBindings.h
+++ b/src/Bindings/DeprecatedBindings.h
@@ -4,5 +4,5 @@ struct lua_State;
class DeprecatedBindings
{
public:
- static void Bind( lua_State* tolua_S );
+ static void Bind( lua_State* tolua_S);
};