2
0
Эх сурвалжийг харах

Fix build with tests and scripting enabled

Ivan Savenko 10 сар өмнө
parent
commit
77a35f76f7

+ 1 - 0
test/mock/mock_vstd_CLoggerBase.h

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