- comment out - breaks Android compilation

This commit is contained in:
Dmytro Bogovych 2024-11-05 11:43:12 +03:00
parent 3a81626b8e
commit f3ebe11a42
1 changed files with 2 additions and 2 deletions

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)