From 9227df899fad54efbb14a235cf17bf403fae3823 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 22 Sep 2023 10:31:42 -0400 Subject: DRTVWR-589: Existing lua_pushmumble() functions usually return void. --- indra/newview/llluamanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') 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()) { -- cgit v1.2.3