aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolselectrect.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolselectrect.h')
-rw-r--r--linden/indra/newview/lltoolselectrect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolselectrect.h b/linden/indra/newview/lltoolselectrect.h
index e4bb384..07310ae 100644
--- a/linden/indra/newview/lltoolselectrect.h
+++ b/linden/indra/newview/lltoolselectrect.h
@@ -46,6 +46,8 @@ public:
46 virtual BOOL handleHover(S32 x, S32 y, MASK mask); 46 virtual BOOL handleHover(S32 x, S32 y, MASK mask);
47 virtual void draw(); // draw the select rectangle 47 virtual void draw(); // draw the select rectangle
48 48
49 void handlePick(const LLPickInfo& pick);
50
49protected: 51protected:
50 void handleRectangleSelection(S32 x, S32 y, MASK mask); // true if you selected one 52 void handleRectangleSelection(S32 x, S32 y, MASK mask); // true if you selected one
51 BOOL outsideSlop(S32 x, S32 y, S32 start_x, S32 start_y); 53 BOOL outsideSlop(S32 x, S32 y, S32 start_x, S32 start_y);