diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/src/mbgl/test/stub_map_observer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/mbgl/test/stub_map_observer.hpp b/test/src/mbgl/test/stub_map_observer.hpp index 1371577473..00a039e732 100644 --- a/test/src/mbgl/test/stub_map_observer.hpp +++ b/test/src/mbgl/test/stub_map_observer.hpp @@ -20,7 +20,7 @@ public: } } - void onDidFailLoadingMap(std::exception_ptr) final { + void onDidFailLoadingMap(MapLoadError, const std::string&) final { if (didFailLoadingMapCallback) { didFailLoadingMapCallback(); } |