From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/newview/lltoolselect.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linden/indra/newview/lltoolselect.h') 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 @@ #include "v3math.h" #include "lluuid.h" +class LLObjectSelection; + class LLToolSelect : public LLTool { public: @@ -43,7 +45,7 @@ public: virtual void stopEditing(); - static void handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select); + static LLHandle handleObjectSelection(LLViewerObject *object, MASK mask, BOOL ignore_group, BOOL temp_select); virtual void onMouseCaptureLost(); virtual void handleDeselect(); -- cgit v1.1