summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolfocus.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolfocus.h')
-rw-r--r--indra/newview/lltoolfocus.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/lltoolfocus.h b/indra/newview/lltoolfocus.h
index ff2e6905f2..71df8078e6 100644
--- a/indra/newview/lltoolfocus.h
+++ b/indra/newview/lltoolfocus.h
@@ -35,7 +35,7 @@
#include "lltool.h"
class LLToolCamera
-: public LLTool
+: public LLTool, public LLSingleton<LLToolCamera>
{
public:
LLToolCamera();
@@ -75,8 +75,6 @@ protected:
};
-extern LLToolCamera *gToolCamera;
-
extern BOOL gCameraBtnOrbit;
extern BOOL gCameraBtnPan;