log: updated MAX_LOGLEVEL to use correct log level enum type

This commit is contained in:
bunnei 2014-06-01 11:49:58 -04:00
parent 5cd922d151
commit 00adbc7817
3 changed files with 5 additions and 5 deletions

View file

@ -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);