aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolbrush.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolbrush.h')
-rw-r--r--linden/indra/newview/lltoolbrush.h3
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
49class LLToolBrushLand : public LLTool, public LLEditMenuHandler 49class 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
106extern LLToolBrushLand *gToolLand;
107 106
108#endif // LL_LLTOOLBRUSH_H 107#endif // LL_LLTOOLBRUSH_H