Merge pull request #4936

7d9aeb7 easylogging++: avoid uneeded temporary std::string object (moneromooo-monero)
This commit is contained in:
luigi1111
2018-12-31 15:37:28 -06:00
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -2463,7 +2463,7 @@ class VRegistry : base::NoCopy, public base::threading::ThreadSafe {
void setModules(const char* modules);
bool allowed(Level level, const char* category);
bool allowed(Level level, const std::string &category);
bool allowed(base::type::VerboseLevel vlevel, const char* file);