diff options
Diffstat (limited to 'indra/newview/lltoolindividual.h')
-rw-r--r-- | indra/newview/lltoolindividual.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lltoolindividual.h b/indra/newview/lltoolindividual.h index 8373606e32..baf687d183 100644 --- a/indra/newview/lltoolindividual.h +++ b/indra/newview/lltoolindividual.h @@ -43,8 +43,8 @@ class LLToolIndividual : public LLTool, public LLSingleton<LLToolIndividual> virtual ~LLToolIndividual(); public: - virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask) override; - virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask) override; + virtual bool handleMouseDown(S32 x, S32 y, MASK mask) override; + virtual bool handleDoubleClick(S32 x, S32 y, MASK mask) override; virtual void handleSelect() override; static void pickCallback(const LLPickInfo& pick_info); |