fix possible compile issue in Os X

master
Eduardo Bart 12 years ago
parent 4ac3ec8344
commit 1e8491cdcd

@ -39,7 +39,7 @@ class Logger
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:
void log(Fw::LogLevel level, const std::string& message);

Loading…
Cancel
Save