diff options
| -rwxr-xr-x | indra/llui/llfloater.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 8e7aa7b22b..2b93237de6 100755 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -3053,6 +3053,9 @@ void LLFloaterView::setToolbarRect(LLToolBarEnums::EToolBarLocation tb, const LL  	case LLToolBarEnums::TOOLBAR_RIGHT:  		mToolbarRightRect = toolbar_rect;  		break; +	default: +		llwarns << "setToolbarRect() passed odd toolbar number " << (S32) tb << llendl; +		break;  	}  } | 
