From f010120e524133b9c84b1eacf7464afb0b310077 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Sat, 21 Mar 2015 15:15:22 -0400 Subject: [PATCH] Old Linux Fix --- indra/newview/alfloaterregiontracker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/alfloaterregiontracker.h b/indra/newview/alfloaterregiontracker.h index 3683820ab..bf7db79a1 100644 --- a/indra/newview/alfloaterregiontracker.h +++ b/indra/newview/alfloaterregiontracker.h @@ -46,7 +46,7 @@ public: /*virtual*/ void onClose(bool app_quitting); /*virtual*/ void refresh(); /*virtual*/ BOOL tick(); - using LLUIFactory::getInstance; + using LLFloaterSingleton::getInstance; private: void updateHeader();