diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llhoverview.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhoverview.h | 5 |
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 | ||
46 | class LLTool; | 46 | class LLTool; |
47 | class 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 | ||
83 | protected: | 84 | protected: |
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 | ||