summaryrefslogtreecommitdiff
path: root/include/mbgl/platform/log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/platform/log.hpp')
-rw-r--r--include/mbgl/platform/log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/log.hpp b/include/mbgl/platform/log.hpp
index de7f131714..5d287eb572 100644
--- a/include/mbgl/platform/log.hpp
+++ b/include/mbgl/platform/log.hpp
@@ -68,7 +68,7 @@ private:
// This method is the data sink that must be implemented by each platform we
// support. It should ideally output the error message in a human readable
// format to the developer.
- static void platformRecord(EventSeverity severity, Event event, int64_t code, const std::string &msg);
+ static void platformRecord(EventSeverity severity, const std::string &msg);
};
}