diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-26 18:05:18 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-26 18:05:18 -0800 |
commit | 30a2efb142c9f87fb0bea3bf241147e388587918 (patch) | |
tree | 9fdcb9fd3affacbeaece92a0dca93af15f7e6ced /indra/newview/llfloaterscriptlimits.h | |
parent | bc03cbaab906bf8f5d0a624379d30a89018ae9e2 (diff) |
supplementary fix
Diffstat (limited to 'indra/newview/llfloaterscriptlimits.h')
-rw-r--r-- | indra/newview/llfloaterscriptlimits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterscriptlimits.h b/indra/newview/llfloaterscriptlimits.h index 748ff28bd9..e675d14515 100644 --- a/indra/newview/llfloaterscriptlimits.h +++ b/indra/newview/llfloaterscriptlimits.h @@ -145,7 +145,7 @@ class LLPanelScriptLimitsRegionMemory : public LLPanelScriptLimitsInfo, LLRemote public: LLPanelScriptLimitsRegionMemory() - : LLPanelScriptLimitsInfo(), LLRemoteParcelInfoObserver(),, + : LLPanelScriptLimitsInfo(), LLRemoteParcelInfoObserver(), mParcelId(LLUUID()), mGotParcelMemoryUsed(FALSE), |