mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Finished conversion to new logging API
* removed logger streams * (float3|int3)::operator() -> (float3|int3)::toString(), it was too ugly and confusing.
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
CSerializer();
|
||||
~CSerializer();
|
||||
|
||||
virtual void reportState(CLogger * out){};
|
||||
virtual void reportState(vstd::CLoggerBase * out){};
|
||||
|
||||
template <typename T, typename U>
|
||||
const VectorizedObjectInfo<T, U> *getVectorizedTypeInfo()
|
||||
|
||||
Reference in New Issue
Block a user