Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Jan 14, 2024
1 parent d5cdd0d commit 91041a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ LuaVal LuaVal::FromTable(lua_State* L, int index)
return m;
}

inline size_t LuaValHash(LuaVal const& k)
size_t LuaValHash(LuaVal const& k)
{
const std::unique_ptr<std::string>* pval = std::get_if<std::unique_ptr<std::string>>(&k.v);
if (pval) {
Expand Down

0 comments on commit 91041a1

Please sign in to comment.