fix possible compile issue in Os X

This commit is contained in:
Eduardo Bart 2012-07-08 14:05:29 -03:00
parent 4ac3ec8344
commit 1e8491cdcd
1 changed files with 1 additions and 1 deletions

View File

@ -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);