diff options
Diffstat (limited to 'indra/newview/lltoolgun.h')
-rw-r--r-- | indra/newview/lltoolgun.h | 2 |
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 |