aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltoolpie.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lltoolpie.h')
-rw-r--r--linden/indra/newview/lltoolpie.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/lltoolpie.h b/linden/indra/newview/lltoolpie.h
index 113fba7..001886f 100644
--- a/linden/indra/newview/lltoolpie.h
+++ b/linden/indra/newview/lltoolpie.h
@@ -51,6 +51,7 @@ public:
51 virtual BOOL handleRightMouseUp(S32 x, S32 y, MASK mask); 51 virtual BOOL handleRightMouseUp(S32 x, S32 y, MASK mask);
52 virtual BOOL handleHover(S32 x, S32 y, MASK mask); 52 virtual BOOL handleHover(S32 x, S32 y, MASK mask);
53 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask); 53 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask);
54 virtual BOOL handleScrollWheel(S32 x, S32 y, S32 clicks);
54 55
55 virtual void render(); 56 virtual void render();
56 57