Skip to content

Commit 054c4d7

Browse files
committed
Fix triggering whitespace removal from ReplaceArgument define.
1 parent 7abe853 commit 054c4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class ELUNA_GAME_API Eluna
217217
template<typename K1, typename K2> int SetupStack(BindingMap<K1>* bindings1, BindingMap<K2>* bindings2, const K1& key1, const K2& key2, int number_of_arguments);
218218
int CallOneFunction(int number_of_functions, int number_of_arguments, int number_of_results);
219219
void CleanUpStack(int number_of_arguments);
220-
template<typename T> void ReplaceArgument(T value, int index);
220+
template<typename T> void ReplaceArgument(T value, int index);
221221
template<typename K1, typename K2> void CallAllFunctions(BindingMap<K1>* bindings1, BindingMap<K2>* bindings2, const K1& key1, const K2& key2);
222222
template<typename K1, typename K2> bool CallAllFunctionsBool(BindingMap<K1>* bindings1, BindingMap<K2>* bindings2, const K1& key1, const K2& key2, bool default_value = false);
223223
template<typename K1, typename K2> int32 CallAllFunctionsInt(BindingMap<K1>* bindings1, BindingMap<K2>* bindings2, const K1& key1, const K2& key2, int32 default_value = 0);

0 commit comments

Comments
 (0)