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/lltoolbrush.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/lltoolbrush.h')
-rw-r--r-- | linden/indra/newview/lltoolbrush.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolbrush.h b/linden/indra/newview/lltoolbrush.h index 9a12a18..b3a5576 100644 --- a/linden/indra/newview/lltoolbrush.h +++ b/linden/indra/newview/lltoolbrush.h | |||
@@ -46,7 +46,7 @@ class LLViewerRegion; | |||
46 | // A toolbrush that modifies the land. | 46 | // A toolbrush that modifies the land. |
47 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 47 | //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
48 | 48 | ||
49 | class LLToolBrushLand : public LLTool, public LLEditMenuHandler | 49 | class LLToolBrushLand : public LLTool, public LLEditMenuHandler, public LLSingleton<LLToolBrushLand> |
50 | { | 50 | { |
51 | typedef std::set<LLViewerRegion*> region_list_t; | 51 | typedef std::set<LLViewerRegion*> region_list_t; |
52 | 52 | ||
@@ -103,6 +103,5 @@ protected: | |||
103 | region_list_t mLastAffectedRegions; | 103 | region_list_t mLastAffectedRegions; |
104 | }; | 104 | }; |
105 | 105 | ||
106 | extern LLToolBrushLand *gToolLand; | ||
107 | 106 | ||
108 | #endif // LL_LLTOOLBRUSH_H | 107 | #endif // LL_LLTOOLBRUSH_H |