From 281d1166cb302679bb2b1375bab9b238d59fdb87 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 25 Mar 2015 13:02:52 -0700 Subject: gcc remove extra qualification on decrementInFlightCounter static. --- indra/newview/llappearancemgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra') diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index 74d4829ed2..812d3c366c 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -227,7 +227,7 @@ public: bool testCOFRequestVersion() const; - void LLAppearanceMgr::decrementInFlightCounter() + void decrementInFlightCounter() { mInFlightCounter = llmax(mInFlightCounter - 1, 0); } -- cgit v1.2.3