diff options
Diffstat (limited to 'indra/newview/lltoolindividual.h')
-rw-r--r-- | indra/newview/lltoolindividual.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/lltoolindividual.h b/indra/newview/lltoolindividual.h index e5636dd031..48a2365363 100644 --- a/indra/newview/lltoolindividual.h +++ b/indra/newview/lltoolindividual.h @@ -40,7 +40,7 @@ // A tool to select individual objects rather than linked sets. //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -class LLToolIndividual : public LLTool +class LLToolIndividual : public LLTool, public LLSingleton<LLToolIndividual> { public: LLToolIndividual(); @@ -58,7 +58,5 @@ protected: }; -extern LLToolIndividual* gToolIndividual; - #endif // LL_LLTOOLINDIVIDUAL_H |