Merge pull request #1 from lioncash/cexpr

logvisor: Make Module constructor constexpr
This commit is contained in:
Phillip Stephens 2019-08-17 22:56:59 -07:00 committed by GitHub
commit aa9aa0a82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class Module {
}
public:
Module(const char* modName) : m_modName(modName) {}
constexpr Module(const char* modName) : m_modName(modName) {}
/**
* @brief Route new log message to centralized ILogger