diff options
| author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-02 23:37:55 +0200 | 
|---|---|---|
| committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-11-02 23:37:55 +0200 | 
| commit | 33b17af15c6fbf0762e99342042a20d0f89f732f (patch) | |
| tree | e8fbf1c5da766791037fd227caddd7595baa405c | |
| parent | a9b5e3830ba27b6332194ce983ae6eb2ad78c8fd (diff) | |
STORM-1580 WIP Another build fix.
| -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 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");  | 
