summaryrefslogtreecommitdiff
path: root/indra/newview/llmanip.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-04-04 01:22:03 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-04-04 01:22:03 +0000
commitf5e386527c4a74e6e5733f4f1cfa55873851257e (patch)
tree9973027da0faa63a628aa6a55b2e50a3f7fc74d9 /indra/newview/llmanip.h
parent96add52a1c414bae4da030c3ab8604f15bd9c8db (diff)
QAR-427
merge 3dconnex-merge -r 84010 : 84039 -> release
Diffstat (limited to 'indra/newview/llmanip.h')
-rw-r--r--indra/newview/llmanip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmanip.h b/indra/newview/llmanip.h
index 2dd0eab8b0..a2ad464f3c 100644
--- a/indra/newview/llmanip.h
+++ b/indra/newview/llmanip.h
@@ -146,7 +146,7 @@ protected:
void renderTickValue(const LLVector3& pos, F32 value, const char* suffix, const LLColor4 &color);
void renderTickText(const LLVector3& pos, const char* suffix, const LLColor4 &color);
void updateGridSettings();
- BOOL getMousePointOnPlaneGlobal(LLVector3d& point, S32 x, S32 y, LLVector3d origin, LLVector3 normal);
+ BOOL getMousePointOnPlaneGlobal(LLVector3d& point, S32 x, S32 y, LLVector3d origin, LLVector3 normal) const;
BOOL getMousePointOnPlaneAgent(LLVector3& point, S32 x, S32 y, LLVector3 origin, LLVector3 normal);
BOOL nearestPointOnLineFromMouse( S32 x, S32 y, const LLVector3& b1, const LLVector3& b2, F32 &a_param, F32 &b_param );
LLColor4 setupSnapGuideRenderPass(S32 pass);