mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 20:18:07 +00:00
Fix multiple definition error
This commit is contained in:
parent
90b30f14f9
commit
dfb106ac0e
@ -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); }
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user