summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llappearancemgr.h2
1 files changed, 1 insertions, 1 deletions
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);
}