diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-10 13:24:37 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-10 13:24:37 -0800 |
commit | 0e0fa7400450ec48ce6b59c8c8e0c4001e818fbd (patch) | |
tree | 0f50ec82c8f46deba979f11f520c0efbd73d29cd | |
parent | 25d8cf689aa04a1bd4ebb336714730d29040d05c (diff) |
added newline at end of lluictrlfactory.cpp
-rw-r--r-- | indra/llui/lluictrlfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp index 8ab015f2bb..adfbb41feb 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -454,4 +454,4 @@ 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 +} |