diff options
author | Richard Linden <none@none> | 2011-03-11 11:20:20 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-11 11:20:20 -0800 |
commit | 34807845ab6c6440d17624e1cbf042472d25ce9e (patch) | |
tree | c9035ab643c4ec29e7b7385ac3f59450437d0497 /indra/newview/lltoolpie.cpp | |
parent | 1c5d2516e0d926c8bd0bc2faad0f8ccaa2725339 (diff) |
fixed avatar picker url
fixed linux build
Diffstat (limited to 'indra/newview/lltoolpie.cpp')
-rw-r--r-- | indra/newview/lltoolpie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolpie.cpp b/indra/newview/lltoolpie.cpp index c52111ab54..c98feca91c 100644 --- a/indra/newview/lltoolpie.cpp +++ b/indra/newview/lltoolpie.cpp @@ -1756,4 +1756,4 @@ void LLToolPie::steerCameraWithMouse(S32 x, S32 y) mMouseSteerX = x; mMouseSteerY = y; } -}
\ No newline at end of file +} |