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/lltoolpie.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/lltoolpie.h')
-rw-r--r-- | linden/indra/newview/lltoolpie.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/lltoolpie.h b/linden/indra/newview/lltoolpie.h index 37ca5ea..1b03ef8 100644 --- a/linden/indra/newview/lltoolpie.h +++ b/linden/indra/newview/lltoolpie.h | |||
@@ -38,8 +38,7 @@ | |||
38 | class LLViewerObject; | 38 | class LLViewerObject; |
39 | class LLObjectSelection; | 39 | class LLObjectSelection; |
40 | 40 | ||
41 | class LLToolPie | 41 | class LLToolPie : public LLTool, public LLSingleton<LLToolPie> |
42 | : public LLTool | ||
43 | { | 42 | { |
44 | public: | 43 | public: |
45 | LLToolPie( ); | 44 | LLToolPie( ); |
@@ -81,6 +80,5 @@ protected: | |||
81 | static LLSafeHandle<LLObjectSelection> sLeftClickSelection; | 80 | static LLSafeHandle<LLObjectSelection> sLeftClickSelection; |
82 | }; | 81 | }; |
83 | 82 | ||
84 | extern LLToolPie *gToolPie; | ||
85 | 83 | ||
86 | #endif | 84 | #endif |