mirror of
https://github.com/edubart/otclient.git
synced 2025-12-02 16:06:51 +01:00
fix compile issues
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
/// Get the app user directory, the place to save files configurations files
|
||||
std::string getAppUserDir();
|
||||
std::string generateBacktrace(int maxLevel);
|
||||
std::string generateBacktrace(int maxLevel = 100);
|
||||
|
||||
private:
|
||||
PlatformListener* m_listener;
|
||||
|
||||
@@ -868,8 +868,7 @@ std::string Platform::getAppUserDir()
|
||||
return sdir.str();
|
||||
}
|
||||
|
||||
|
||||
std::string Platform::generateBacktrace(int maxLevel = 100)
|
||||
std::string Platform::generateBacktrace(int maxLevel)
|
||||
{
|
||||
std::stringstream ss;
|
||||
std::vector<void*> buffer(maxLevel);
|
||||
|
||||
Reference in New Issue
Block a user