add newline to unbreak linux build. probably.

master
Tofu Linden 2009-12-17 14:15:50 -08:00
parent c84b6a28a0
commit 25861bb374
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}