summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolpipette.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolpipette.h')
-rw-r--r--indra/newview/lltoolpipette.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/lltoolpipette.h b/indra/newview/lltoolpipette.h
index b88a6eebc8..5d5b27f964 100644
--- a/indra/newview/lltoolpipette.h
+++ b/indra/newview/lltoolpipette.h
@@ -41,6 +41,7 @@
#include "lltextureentry.h"
class LLViewerObject;
+class LLPickInfo;
class LLToolPipette
: public LLTool, public LLSingleton<LLToolPipette>
@@ -58,7 +59,7 @@ public:
void setSelectCallback(select_callback callback, void* user_data);
void setResult(BOOL success, const std::string& msg);
- static void pickCallback(S32 x, S32 y, MASK mask);
+ static void pickCallback(const LLPickInfo& pick_info);
protected:
LLTextureEntry mTextureEntry;