From 6d9158dcaddfe486d91a514c9df92c155f655397 Mon Sep 17 00:00:00 2001
From: Merov Linden <merov@lindenlab.com>
Date: Tue, 2 Aug 2011 13:31:25 -0700
Subject: [PATCH] Attempt to fix Linux build failure

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

diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 43a37d6dffd..8917d5490c9 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -3107,4 +3107,5 @@ void LLFloater::stackWith(LLFloater& other)
 	
 	mRectControl.clear(); // don't save rect of stacked floaters
 	setShape(next_rect);
-}
\ No newline at end of file
+}
+
-- 
GitLab