diff options
author | James Cook <james@lindenlab.com> | 2009-12-17 14:28:23 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-17 14:28:23 -0800 |
commit | 8a7f2ce8111e642876bc118dcc3a6ffbd88183e9 (patch) | |
tree | 0a085005269fb2ad77440d870a83619b9b0b97a3 /indra/llui/lluictrlfactory.cpp | |
parent | 907741ad1bb7322a2530f26c1b8f1fdfbe6554fe (diff) | |
parent | 25861bb3742653931f23bc2265047d005f1b7750 (diff) |
Merge
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 +} + |