diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 14:15:50 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 14:15:50 -0800 |
commit | 25861bb3742653931f23bc2265047d005f1b7750 (patch) | |
tree | e23c53c3fedd0d20201b06092530aad902c5c680 /indra/llui/lluictrlfactory.cpp | |
parent | c84b6a28a0f99961d115f41d7238869dc92e728c (diff) |
add newline to unbreak linux build. probably.
Diffstat (limited to 'indra/llui/lluictrlfactory.cpp')
-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 40b22f515a..27237800d4 100644 --- a/indra/llui/lluictrlfactory.cpp +++ b/indra/llui/lluictrlfactory.cpp @@ -455,4 +455,5 @@ dummy_widget_creator_func_t* LLUICtrlFactory::getDefaultWidgetFunc(const std::ty const std::string* LLUICtrlFactory::getWidgetTag(const std::type_info* widget_type) { return LLWidgetNameRegistry::instance().getValue(widget_type); -}
\ No newline at end of file +} + |