diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/lltoolselect.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/lltoolselect.h')
-rw-r--r-- | linden/indra/newview/lltoolselect.h | 4 |
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 | ||
35 | class LLObjectSelection; | ||
36 | |||
35 | class LLToolSelect : public LLTool | 37 | class LLToolSelect : public LLTool |
36 | { | 38 | { |
37 | public: | 39 | public: |
@@ -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(); |