From 33b17af15c6fbf0762e99342042a20d0f89f732f Mon Sep 17 00:00:00 2001
From: Vadim ProductEngine <vsavchuk@productengine.com>
Date: Wed, 2 Nov 2011 23:37:55 +0200
Subject: STORM-1580 WIP Another build fix.

---
 indra/newview/llfloatersnapshot.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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");
-- 
cgit v1.2.3