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();