diff options
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 2 |
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);
}
|