summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolfocus.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolfocus.h')
-rw-r--r--indra/newview/lltoolfocus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltoolfocus.h b/indra/newview/lltoolfocus.h
index 2ed456b188..c8c748a1b0 100644
--- a/indra/newview/lltoolfocus.h
+++ b/indra/newview/lltoolfocus.h
@@ -34,6 +34,8 @@
#include "lltool.h"
+class LLPickInfo;
+
class LLToolCamera
: public LLTool, public LLSingleton<LLToolCamera>
{
@@ -52,7 +54,7 @@ public:
virtual LLTool* getOverrideTool(MASK mask) { return NULL; }
- static void pickCallback(S32 x, S32 y, MASK mask);
+ static void pickCallback(const LLPickInfo& pick_info);
BOOL mouseSteerMode() { return mMouseSteering; }
protected: