1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix build with tests and scripting enabled

This commit is contained in:
Ivan Savenko 2024-12-24 11:54:55 +00:00
parent 6da58a6871
commit 77a35f76f7

View File

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