diff options
Diffstat (limited to 'src/compat.h')
-rw-r--r-- | src/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compat.h b/src/compat.h index 081e4c7..af014b1 100644 --- a/src/compat.h +++ b/src/compat.h | |||
@@ -172,7 +172,7 @@ static inline int luaG_dump(lua_State* const L_, lua_Writer const writer_, void* | |||
172 | 172 | ||
173 | // ################################################################################################# | 173 | // ################################################################################################# |
174 | 174 | ||
175 | int luaG_getalluservalues(lua_State* L_, StackIndex idx_); | 175 | UserValueCount luaG_getalluservalues(lua_State* L_, StackIndex idx_); |
176 | 176 | ||
177 | // ################################################################################################# | 177 | // ################################################################################################# |
178 | 178 | ||