mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Fix compile error for win32
This commit is contained in:
@@ -415,7 +415,7 @@ std::string Platform::getOSName()
|
||||
}
|
||||
|
||||
|
||||
std::string Platform::traceback(const std::string& where)
|
||||
std::string Platform::traceback(const std::string& where, int level, int maxDepth)
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "\nat:";
|
||||
|
Reference in New Issue
Block a user