aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolselect.h')
-rw-r--r--linden/indra/newview/lltoolselect.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolselect.h b/linden/indra/newview/lltoolselect.h
index 5d2cc9d..065e08f 100644
--- a/linden/indra/newview/lltoolselect.h
+++ b/linden/indra/newview/lltoolselect.h
@@ -32,6 +32,8 @@
32#include "v3math.h" 32#include "v3math.h"
33#include "lluuid.h" 33#include "lluuid.h"
34 34
35class LLObjectSelection;
36
35class LLToolSelect : public LLTool 37class LLToolSelect : public LLTool
36{ 38{
37public: 39public:
@@ -43,7 +45,7 @@ public:
43 45
44 virtual void stopEditing(); 46 virtual void stopEditing();
45 47
46 static void handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select); 48 static LLHandle<LLObjectSelection> handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select);
47 49
48 virtual void onMouseCaptureLost(); 50 virtual void onMouseCaptureLost();
49 virtual void handleDeselect(); 51 virtual void handleDeselect();