aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolselect.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltoolselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolselect.h b/linden/indra/newview/lltoolselect.h
index 3ae0274..d9cb04b 100644
--- a/linden/indra/newview/lltoolselect.h
+++ b/linden/indra/newview/lltoolselect.h
@@ -49,7 +49,7 @@ public:
49 49
50 virtual void stopEditing(); 50 virtual void stopEditing();
51 51
52 static LLHandle<LLObjectSelection> handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select); 52 static LLSafeHandle<LLObjectSelection> handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select);
53 53
54 virtual void onMouseCaptureLost(); 54 virtual void onMouseCaptureLost();
55 virtual void handleDeselect(); 55 virtual void handleDeselect();