diff options
Diffstat (limited to 'indra/newview/lltoolselect.h')
-rw-r--r-- | indra/newview/lltoolselect.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/lltoolselect.h b/indra/newview/lltoolselect.h index cc9168f7cc..c3d10424b1 100644 --- a/indra/newview/lltoolselect.h +++ b/indra/newview/lltoolselect.h @@ -38,7 +38,7 @@ class LLObjectSelection; -class LLToolSelect : public LLTool +class LLToolSelect : public LLTool, public LLSingleton<LLToolSelect> { public: LLToolSelect( LLToolComposite* composite ); @@ -59,6 +59,5 @@ protected: LLUUID mSelectObjectID; }; -extern LLToolSelect *gToolSelect; #endif // LL_TOOLSELECTION_H |