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…
Reference in New Issue