aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterimagepreview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:37 -0500
committerJacek Antonelli2008-08-15 23:45:37 -0500
commit31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch)
treec4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llfloaterimagepreview.h
parentSecond Life viewer sources 1.19.1.1 (diff)
downloadmeta-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.h2
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
118protected: 118protected: