aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhoverview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llhoverview.h')
-rw-r--r--linden/indra/newview/llhoverview.h5
1 files changed, 3 insertions, 2 deletions
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 @@
44#include "llviewerobject.h" 44#include "llviewerobject.h"
45 45
46class LLTool; 46class LLTool;
47class LLPickInfo;
47 48
48 49
49// 50//
@@ -78,7 +79,7 @@ public:
78 79
79 LLViewerObject* getLastHoverObject() const; 80 LLViewerObject* getLastHoverObject() const;
80 81
81 static void pickCallback(S32 x, S32 y, MASK mask); 82 static void pickCallback(const LLPickInfo& info);
82 83
83protected: 84protected:
84 void updateText(); 85 void updateText();
@@ -104,7 +105,7 @@ protected:
104 105
105 // If not LLVector3d::ZERO, we're over land. 106 // If not LLVector3d::ZERO, we're over land.
106 LLVector3d mHoverLandGlobal; 107 LLVector3d mHoverLandGlobal;
107 LLVector3d mHoverOffset; 108 LLVector3 mHoverOffset;
108 109
109 BOOL mTyping; 110 BOOL mTyping;
110 111