diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:02:08 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 15:02:08 +0000 |
commit | 41f48a16a9e4279eb7805f0ed725b0147305c6ba (patch) | |
tree | f4bad6de34e13ebf3be3759b92d7aba2e8898782 | |
parent | 6f3536d5979efa6db28098056ab5e3a158020225 (diff) |
newlineorama.
-rw-r--r-- | indra/llui/lluictrlfactory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 8ab015f2bb..0d1c486a4b 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -454,4 +454,5 @@ const std::string* LLUICtrlFactory::getWidgetTag(const std::type_info* widget_ty void LLUICtrlFactory::connect(LLView* parent, LLView* child) { parent->addChild(child); -}
\ No newline at end of file +} + |