aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterimagepreview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterimagepreview.h')
-rw-r--r--linden/indra/newview/llfloaterimagepreview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterimagepreview.h b/linden/indra/newview/llfloaterimagepreview.h
index 6a4de3d..1ccfeb4 100644
--- a/linden/indra/newview/llfloaterimagepreview.h
+++ b/linden/indra/newview/llfloaterimagepreview.h
@@ -115,6 +115,7 @@ public:
115 BOOL handleMouseUp(S32 x, S32 y, MASK mask); 115 BOOL handleMouseUp(S32 x, S32 y, MASK mask);
116 BOOL handleHover(S32 x, S32 y, MASK mask); 116 BOOL handleHover(S32 x, S32 y, MASK mask);
117 BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); 117 BOOL handleScrollWheel(S32 x, S32 y, S32 clicks);
118 BOOL handleHScrollWheel(S32 x, S32 y, S32 clicks);
118 119
119 static void onMouseCaptureLostImagePreview(LLMouseHandler*); 120 static void onMouseCaptureLostImagePreview(LLMouseHandler*);
120 static void setUploadAmount(S32 amount) { sUploadAmount = amount; } 121 static void setUploadAmount(S32 amount) { sUploadAmount = amount; }