1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-17 04:19:16 +00:00

Fix multiple definition error

This commit is contained in:
Pavel Labath 2010-02-10 21:17:40 +01:00
parent 90b30f14f9
commit dfb106ac0e

View File

@ -70,7 +70,7 @@ namespace lua {
};
// we reserve one upvalue for the function pointer
int upvalueindex(int n)
inline int upvalueindex(int n)
{ return lua_upvalueindex(n+1); }
/*