This commit is contained in:
Eduardo Bart
2012-07-09 10:30:41 -03:00
parent 23fee49456
commit 31612036fb
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ class Logger
MAX_LOG_HISTORY = 1000
};
typedef std::function<void(Fw::LogLevel, const std::string&, int)> OnLogCallback;
typedef std::function<void(Fw::LogLevel, const std::string&, int64)> OnLogCallback;
public:
void log(Fw::LogLevel level, const std::string& message);