From 817ce372a97b5ee599b41fa04a90a8408a25dbd3 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Tue, 16 Jul 2013 16:46:36 +0200 Subject: [PATCH] Build fix --- indra/newview/llfloaterinspect.h | 2 +- indra/newview/llfloatertopobjects.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfloaterinspect.h b/indra/newview/llfloaterinspect.h index db84eadfb..52e6a7f9a 100644 --- a/indra/newview/llfloaterinspect.h +++ b/indra/newview/llfloaterinspect.h @@ -46,7 +46,7 @@ class LLUICtrl; class LLFloaterInspect : public LLFloater, public LLSingleton, public LLVOInventoryListener { - friend class LLSingleton; + friend class LLSingleton; public: static void showInstance(); diff --git a/indra/newview/llfloatertopobjects.h b/indra/newview/llfloatertopobjects.h index c96d4ccd2..a69de5fc9 100644 --- a/indra/newview/llfloatertopobjects.h +++ b/indra/newview/llfloatertopobjects.h @@ -39,7 +39,7 @@ class LLUICtrl; class LLFloaterTopObjects : public LLFloater, public LLSingleton { - friend class LLSingleton; + friend class LLSingleton; public: // Opens the floater on screen. // static void show();