diff options
author | Merov Linden <merov@lindenlab.com> | 2011-08-02 13:31:25 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-08-02 13:31:25 -0700 |
commit | 6d9158dcaddfe486d91a514c9df92c155f655397 (patch) | |
tree | 9b8e48d33feeeec94905b6d4dee482dd20bed55f | |
parent | 9c45c06e8f668aab36405ace30df67793b4c9cdd (diff) |
Attempt to fix Linux build failure
-rw-r--r-- | indra/llui/llfloater.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 43a37d6dff..8917d5490c 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 +} + |