From 798d367d54a6c6379ad355bd8345fa40e31e7fe9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Sep 2008 18:24:57 -0500 Subject: Second Life viewer sources 1.21.0-RC --- linden/indra/newview/llhoverview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llhoverview.h') diff --git a/linden/indra/newview/llhoverview.h b/linden/indra/newview/llhoverview.h index 5d76cc7..ff39790 100644 --- a/linden/indra/newview/llhoverview.h +++ b/linden/indra/newview/llhoverview.h @@ -44,6 +44,7 @@ #include "llviewerobject.h" class LLTool; +class LLPickInfo; // @@ -78,7 +79,7 @@ public: LLViewerObject* getLastHoverObject() const; - static void pickCallback(S32 x, S32 y, MASK mask); + static void pickCallback(const LLPickInfo& info); protected: void updateText(); @@ -104,7 +105,7 @@ protected: // If not LLVector3d::ZERO, we're over land. LLVector3d mHoverLandGlobal; - LLVector3d mHoverOffset; + LLVector3 mHoverOffset; BOOL mTyping; -- cgit v1.1