summaryrefslogtreecommitdiff
path: root/indra/newview/llhudnametag.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
committerOz Linden <oz@lindenlab.com>2013-06-04 14:39:08 -0400
commit2f87c07a0f4986b641c94de5e7e29251ba1a2d97 (patch)
treee58154d9e31ee4493b6284ac4b5bd1e7b177c56d /indra/newview/llhudnametag.h
parent9acabccdde5cff91cac3bae0502c8ff5b26cada6 (diff)
parenta3a933e2120e4edf3c7f3c85a8ca04d76570f8ec (diff)
merge changes for build number fix
Diffstat (limited to 'indra/newview/llhudnametag.h')
-rwxr-xr-xindra/newview/llhudnametag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudnametag.h b/indra/newview/llhudnametag.h
index 72647d5b26..38a4f18415 100755
--- a/indra/newview/llhudnametag.h
+++ b/indra/newview/llhudnametag.h
@@ -124,7 +124,7 @@ public:
void setHidden( BOOL hide ) { mHidden = hide; }
void shift(const LLVector3& offset);
- BOOL lineSegmentIntersect(const LLVector3& start, const LLVector3& end, LLVector3& intersection, BOOL debug_render = FALSE);
+ BOOL lineSegmentIntersect(const LLVector4a& start, const LLVector4a& end, LLVector4a& intersection, BOOL debug_render = FALSE);
static void shiftAll(const LLVector3& offset);
static void addPickable(std::set<LLViewerObject*> &pick_list);