Skip to content
Snippets Groups Projects
Commit aa7024ff authored by Richard Linden's avatar Richard Linden
Browse files

BUILDFIX - const correctness

parent fd21ddd9
Branches
Tags
No related merge requests found
...@@ -263,7 +263,7 @@ void LLViewerStats::updateFrameStats(const F64 time_diff) ...@@ -263,7 +263,7 @@ void LLViewerStats::updateFrameStats(const F64 time_diff)
mLastTimeDiff = time_diff; mLastTimeDiff = time_diff;
} }
void LLViewerStats::addToMessage(LLSD &body) const void LLViewerStats::addToMessage(LLSD &body)
{ {
LLSD &misc = body["misc"]; LLSD &misc = body["misc"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment