From edf8c337eef9631321ba4a4296bd298f315525e0 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Mon, 3 Jun 2013 02:02:11 +0200 Subject: [PATCH] Silence warnings, LLOfferInfo is a struct for now --- indra/newview/llgroupactions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index b59fbbe40..bba06890e 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -28,7 +28,7 @@ #define LL_LLGROUPACTIONS_H class LLFloaterGroupInfo; -class LLOfferInfo; +struct LLOfferInfo; /** * Group-related actions (join, leave, new, delete, etc)