diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2010-03-06 00:22:46 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2010-03-06 00:22:46 +0200 |
commit | 24810564a3332c63edbed0f447e1244e33a45e17 (patch) | |
tree | b3b13441ccfb05fd588a4967711ac248b0c13003 /indra/newview | |
parent | 8ae52e2b90e9767787c14f0ac8a0bc6cc5f1df73 (diff) |
Fixed linux build
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index fa7d7e3a38..7051447409 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -2977,4 +2977,4 @@ void FillMaturityTextBox(LLTextBox* target_textbox, LLFloater* names_floater) // any text may be here instead of "icon" except "" target_textbox->setText(std::string("icon"),style); target_textbox->appendText(LLViewerParcelMgr::getInstance()->getSelectionRegion()->getSimAccessString(), false); -}
\ No newline at end of file +} |