diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llfloaterimagepreview.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
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: |