mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01: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