mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-08 22:26:51 +02:00
Fix build with tests and scripting enabled
This commit is contained in:
@ -39,5 +39,6 @@ public:
|
||||
|
||||
bool isDebugEnabled() const override {return true;}
|
||||
bool isTraceEnabled() const override {return true;}
|
||||
ELogLevel::ELogLevel getEffectiveLevel() const override {return ELogLevel::TRACE;}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user