From 72e680cfae03aa86659b6c2165e16ce46487097b Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 8 Feb 2024 12:02:15 -0500 Subject: Align forward declaration of lua_State with official declaration. --- indra/llcommon/lualistener.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/lualistener.h b/indra/llcommon/lualistener.h index 550f029158..df88d55dd5 100644 --- a/indra/llcommon/lualistener.h +++ b/indra/llcommon/lualistener.h @@ -21,7 +21,7 @@ #include "lleventfilter.h" #endif -class lua_State; +struct lua_State; class LLLeapListener; /** -- cgit v1.2.3