From 1d9cd2bcb69ccbccea67166f9d42ec8ff6892fae Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 13:10:43 +0530 Subject: Connected url changed event --- src/LuaRuntime.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/LuaRuntime.hpp') diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp index 2b834aa..e73650c 100644 --- a/src/LuaRuntime.hpp +++ b/src/LuaRuntime.hpp @@ -91,8 +91,8 @@ public: lua_settop(state, top); } - static std::vector lua_tostringlist(lua_State *state) { - std::vector values; + static std::vector lua_tostringlist(lua_State *state) { + std::vector values; if (!lua_istable(state, -1)) return values; -- cgit v1.3.1