diff options
Diffstat (limited to 'linden/indra/newview/llfloaterimagepreview.h')
-rw-r--r-- | linden/indra/newview/llfloaterimagepreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterimagepreview.h b/linden/indra/newview/llfloaterimagepreview.h index cd5d80b..8cf9b85 100644 --- a/linden/indra/newview/llfloaterimagepreview.h +++ b/linden/indra/newview/llfloaterimagepreview.h | |||
@@ -112,7 +112,7 @@ public: | |||
112 | BOOL handleHover(S32 x, S32 y, MASK mask); | 112 | BOOL handleHover(S32 x, S32 y, MASK mask); |
113 | BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); | 113 | BOOL handleScrollWheel(S32 x, S32 y, S32 clicks); |
114 | 114 | ||
115 | static void onMouseCaptureLost(LLMouseHandler*); | 115 | static void onMouseCaptureLostImagePreview(LLMouseHandler*); |
116 | static void setUploadAmount(S32 amount) { sUploadAmount = amount; } | 116 | static void setUploadAmount(S32 amount) { sUploadAmount = amount; } |
117 | 117 | ||
118 | protected: | 118 | protected: |