log: updated MAX_LOGLEVEL to use correct log level enum type
This commit is contained in:
parent
5cd922d151
commit
00adbc7817
3 changed files with 5 additions and 5 deletions
|
@ -97,7 +97,7 @@ private:
|
|||
~LogManager();
|
||||
public:
|
||||
|
||||
static u32 GetMaxLevel() { return MAX_LOGLEVEL; }
|
||||
static u32 GetMaxLevel() { return LogTypes::MAX_LOGLEVEL; }
|
||||
|
||||
void Log(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
|
||||
const char* function, const char *fmt, va_list args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue