summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolgun.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltoolgun.h')
-rw-r--r--indra/newview/lltoolgun.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/lltoolgun.h b/indra/newview/lltoolgun.h
index 14cc502441..19b02a1214 100644
--- a/indra/newview/lltoolgun.h
+++ b/indra/newview/lltoolgun.h
@@ -33,7 +33,7 @@
#define LL_TOOLGUN_H
#include "lltool.h"
-#include "llviewerimage.h"
+#include "llui.h"
class LLToolGun : public LLTool
@@ -51,9 +51,6 @@ public:
virtual LLTool* getOverrideTool(MASK mask) { return NULL; }
virtual BOOL clipMouseWhenDown() { return FALSE; }
-
-private:
- LLPointer<LLViewerImage> mCrosshairImg;
};
#endif