summaryrefslogtreecommitdiff
path: root/source/3rd-party/Luax/luax_enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/3rd-party/Luax/luax_enum.h')
-rw-r--r--source/3rd-party/Luax/luax_enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/3rd-party/Luax/luax_enum.h b/source/3rd-party/Luax/luax_enum.h
index 395eaf0..9afece2 100644
--- a/source/3rd-party/Luax/luax_enum.h
+++ b/source/3rd-party/Luax/luax_enum.h
@@ -15,9 +15,9 @@ namespace Luax
int value;
};
- extern int l_rmt__index(lua_State* L);
+ extern int _rmt__index(lua_State* L);
- extern int l_rmt__newindex(lua_State* L);
+ extern int _rmt__newindex(lua_State* L);
//--------------------------------------------------------------------------------//