diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-01-13 14:54:21 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-01-13 14:54:21 +0200 |
commit | ab5580d1e9f864c675a7ffc8e356a56463bb3e97 (patch) | |
tree | 66162279b173e80673e498bb411bc8cfc9ffc885 /indra/newview | |
parent | 4f51ab844859e0784324b70751b3d06dfd84cfa5 (diff) |
Fixed linux build
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index c52e749d64..aee34eb0af 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -1023,4 +1023,4 @@ void LLIMFloater::onIMChicletCreated( const LLUUID& session_id ) im_box->addFloater(new_tab, FALSE, LLTabContainer::END); } -}
\ No newline at end of file +} |