diff options
Diffstat (limited to 'indra/newview/llsyswellitem.h')
-rw-r--r-- | indra/newview/llsyswellitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsyswellitem.h b/indra/newview/llsyswellitem.h index 005883460a..0a4e26cb98 100644 --- a/indra/newview/llsyswellitem.h +++ b/indra/newview/llsyswellitem.h @@ -55,7 +55,7 @@ public: LLUUID getID() { return mID; } // handlers - virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); + virtual bool handleMouseDown(S32 x, S32 y, MASK mask); virtual void onMouseEnter(S32 x, S32 y, MASK mask); virtual void onMouseLeave(S32 x, S32 y, MASK mask); |