diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/lltoolselect.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/lltoolselect.h')
-rw-r--r-- | linden/indra/newview/lltoolselect.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolselect.h b/linden/indra/newview/lltoolselect.h index d9cb04b..a23729f 100644 --- a/linden/indra/newview/lltoolselect.h +++ b/linden/indra/newview/lltoolselect.h | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | class LLObjectSelection; | 39 | class LLObjectSelection; |
40 | 40 | ||
41 | class LLToolSelect : public LLTool | 41 | class LLToolSelect : public LLTool, public LLSingleton<LLToolSelect> |
42 | { | 42 | { |
43 | public: | 43 | public: |
44 | LLToolSelect( LLToolComposite* composite ); | 44 | LLToolSelect( LLToolComposite* composite ); |
@@ -59,6 +59,5 @@ protected: | |||
59 | LLUUID mSelectObjectID; | 59 | LLUUID mSelectObjectID; |
60 | }; | 60 | }; |
61 | 61 | ||
62 | extern LLToolSelect *gToolSelect; | ||
63 | 62 | ||
64 | #endif // LL_TOOLSELECTION_H | 63 | #endif // LL_TOOLSELECTION_H |