diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llluamanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp index 9e46982b10..cbce4090af 100644 --- a/indra/newview/llluamanager.cpp +++ b/indra/newview/llluamanager.cpp @@ -684,7 +684,7 @@ LLSD lua_tollsd(lua_State* L, int index) // By analogy with existing lua_pushmumble() functions, push onto state L's // stack a Lua object corresponding to the passed LLSD object. -int lua_pushllsd(lua_State* L, const LLSD& data) +void lua_pushllsd(lua_State* L, const LLSD& data) { switch (data.type()) { |