diff options
Diffstat (limited to 'Source/3rdParty/Luax/luax_state.h')
-rw-r--r-- | Source/3rdParty/Luax/luax_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/3rdParty/Luax/luax_state.h b/Source/3rdParty/Luax/luax_state.h index a936ea6..2bcfd9b 100644 --- a/Source/3rdParty/Luax/luax_state.h +++ b/Source/3rdParty/Luax/luax_state.h @@ -54,7 +54,7 @@ namespace Luax int GetTop(); bool CheckParams(int idx, cc8* format); int AbsIndex(int idx); - int Call(int nArgs, int nResults); + void Call(int nArgs, int nResults); //------------------------------------------------------------------------------------------------------------ |