mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +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 isDebugEnabled() const override {return true;}
|
||||||
bool isTraceEnabled() 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