summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-11-02 23:37:55 +0200
committerVadim ProductEngine <vsavchuk@productengine.com>2011-11-02 23:37:55 +0200
commit33b17af15c6fbf0762e99342042a20d0f89f732f (patch)
treee8fbf1c5da766791037fd227caddd7595baa405c /indra
parenta9b5e3830ba27b6332194ce983ae6eb2ad78c8fd (diff)
STORM-1580 WIP Another build fix.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloatersnapshot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp
index 9171f222e5..08ca1e8cea 100644
--- a/indra/newview/llfloatersnapshot.cpp
+++ b/indra/newview/llfloatersnapshot.cpp
@@ -1283,7 +1283,7 @@ void LLFloaterSnapshot::Impl::updateLayout(LLFloaterSnapshot* floaterp)
{
LLSnapshotLivePreview* previewp = getPreviewView(floaterp);
- bool advanced = gSavedSettings.getBOOL("AdvanceSnapshot");
+ BOOL advanced = gSavedSettings.getBOOL("AdvanceSnapshot");
// Show/hide advanced options.
LLPanel* advanced_options_panel = floaterp->getChild<LLPanel>("advanced_options_panel");