easylogging++: avoid uneeded temporary std::string object

This commit is contained in:
moneromooo-monero
2018-12-03 21:33:49 +00:00
parent 58ce16d4d9
commit 7d9aeb7195
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);