Skip to content

Commit 4925c4f

Browse files
author
G_Moris
committed
Fix for new commits 2
1 parent d2ecacb commit 4925c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/mods/deathmatch/logic/lua/LuaBasic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace lua
3131
// PopTrival should read a simple value of type T from the stack without extra type checks
3232
// If whatever is at that point in the stack is not convertible to T, the behavior is undefined
3333
template <typename T>
34-
inline T PopPrimitive(lua_State* L, int& index);
34+
T PopPrimitive(lua_State* L, int& index);
3535

3636
// Push should push a value of type T to the Lua Stack
3737
// This will always increase the stack size by 1

0 commit comments

Comments
 (0)