From ba32b72a9eea3ded3ee09675cc56670e618f652e Mon Sep 17 00:00:00 2001
From: Leslie Linden <leslie@lindenlab.com>
Date: Mon, 6 Feb 2012 16:20:38 -0800
Subject: [PATCH] Mac build fix -- added missing enumeration from switch

---
 indra/llui/lltextbase.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp
index 5fe90e1ee3e..e2d9a6cb814 100644
--- a/indra/llui/lltextbase.cpp
+++ b/indra/llui/lltextbase.cpp
@@ -2409,6 +2409,9 @@ void LLTextBase::updateRects()
 		case LLFontGL::BOTTOM:
 			delta_pos = mVisibleTextRect.mBottom - mTextBoundingRect.mBottom;
 			break;
+		case LLFontGL::BASELINE:
+			// do nothing
+			break;
 		}
 		// move line segments to fit new document rect
 		for (line_list_t::iterator it = mLineInfoList.begin(); it != mLineInfoList.end(); ++it)
-- 
GitLab