Fix signature of LLError::setTagLevel()

master
Rick Pasetto 2009-10-13 20:12:52 -07:00
parent 628e10b080
commit 2aff213501
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace LLError
LL_COMMON_API void setFunctionLevel(const std::string& function_name, LLError::ELevel);
LL_COMMON_API void setClassLevel(const std::string& class_name, LLError::ELevel);
LL_COMMON_API void setFileLevel(const std::string& file_name, LLError::ELevel);
void setTagLevel(const std::string& file_name, LLError::ELevel);
LL_COMMON_API void setTagLevel(const std::string& file_name, LLError::ELevel);
LL_COMMON_API void configure(const LLSD&);
// the LLSD can configure all of the settings