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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltoolgun.h b/indra/newview/lltoolgun.h
index 4e945d796c..4644e686b7 100644
--- a/indra/newview/lltoolgun.h
+++ b/indra/newview/lltoolgun.h
@@ -52,6 +52,8 @@ public:
virtual LLTool* getOverrideTool(MASK mask) { return NULL; }
virtual BOOL clipMouseWhenDown() { return FALSE; }
+private:
+ BOOL mIsSelected;
};
#endif