diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-02 22:23:25 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-02 22:23:25 +0200 |
commit | a9b5e3830ba27b6332194ce983ae6eb2ad78c8fd (patch) | |
tree | bd91de60c11fe6234914dcb7e07ad0c82ab015ed /indra | |
parent | 65e144d9fec4bb441050e73136ed95b48e6e363c (diff) |
STORM-1580 WIP Fixed build.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index c8c66931a1..9171f222e5 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -2138,7 +2138,7 @@ void LLFloaterSnapshot::Impl::applyCustomResolution(LLFloaterSnapshot* view, S32 } } #endif - previewp->setMaxImageSize(getWidthSpinner(view)->getMaxValue()) ; + previewp->setMaxImageSize((S32) getWidthSpinner(view)->getMaxValue()) ; // Check image size changes the value of height and width if(checkImageSize(previewp, w, h, w != curw, previewp->getMaxImageSize()) |