mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
fix possible compile issue in Os X
This commit is contained in:
parent
4ac3ec8344
commit
1e8491cdcd
@ -39,7 +39,7 @@ class Logger
|
|||||||
MAX_LOG_HISTORY = 1000
|
MAX_LOG_HISTORY = 1000
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::function<void(Fw::LogLevel, std::string, std::size_t)> OnLogCallback;
|
typedef std::function<void(Fw::LogLevel, const std::string&, int)> OnLogCallback;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void log(Fw::LogLevel level, const std::string& message);
|
void log(Fw::LogLevel level, const std::string& message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user