- comment out - breaks Android compilation

This commit is contained in:
2024-11-05 11:43:12 +03:00
parent 3a81626b8e
commit f3ebe11a42

View File

@@ -251,13 +251,13 @@ Logger::operator << (const char* data)
return *this;
}
Logger&
/*Logger&
Logger::operator << (const wchar_t* data)
{
*mStream << data;
return *this;
}
}*/
Logger&
Logger::operator << (const int data)