diff options
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 |