- comment out - breaks Android compilation
This commit is contained in:
parent
3a81626b8e
commit
f3ebe11a42
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue