fix for compile error

master
Richard Linden 2012-01-23 17:49:29 -08:00
parent 77a83dddf5
commit e09661f6ec
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ void addPathIfExists(const std::string& new_path, std::vector<std::string>& path
bool LLNotifications::loadTemplates()
{
llinfos << "Reading notifications template" << llcont;
llinfos << "Reading notifications template" << llendl;
std::vector<std::string> search_paths;
std::string skin_relative_path = gDirUtilp->getDirDelimiter() + LLUI::getSkinPath() + gDirUtilp->getDirDelimiter() + "notifications.xml";