diff options
Diffstat (limited to 'indra/newview/llhudview.h')
-rw-r--r-- | indra/newview/llhudview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudview.h b/indra/newview/llhudview.h index dd99996818..1a98d635d0 100644 --- a/indra/newview/llhudview.h +++ b/indra/newview/llhudview.h @@ -42,7 +42,7 @@ public: virtual void draw(); protected: - /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); + /*virtual*/ bool handleMouseDown(S32 x, S32 y, MASK mask); }; extern LLHUDView *gHUDView; |