summaryrefslogtreecommitdiff
path: root/indra/newview/lltool.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltool.h')
-rw-r--r--indra/newview/lltool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltool.h b/indra/newview/lltool.h
index 33dc4785c6..7d565f1574 100644
--- a/indra/newview/lltool.h
+++ b/indra/newview/lltool.h
@@ -51,7 +51,7 @@ public:
virtual ~LLTool();
// Hack to support LLFocusMgr
- virtual BOOL isView() { return FALSE; }
+ virtual BOOL isView() const { return FALSE; }
// Virtual functions inherited from LLMouseHandler
virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);