summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/glfw_view.cpp2
-rw-r--r--test/headless.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/glfw_view.cpp b/common/glfw_view.cpp
index bcfa5f1bc1..d4f8969143 100644
--- a/common/glfw_view.cpp
+++ b/common/glfw_view.cpp
@@ -281,7 +281,7 @@ void show_color_debug_image(std::string name, const char *data, size_t logical_w
}
#endif
-void notify_map_change() {
+void notify_map_change(MapChange change) {
// no-op
}
diff --git a/test/headless.cpp b/test/headless.cpp
index 8c1dc3a260..34a3f1db77 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -15,7 +15,7 @@
namespace llmr {
namespace platform {
-void notify_map_change() {
+void notify_map_change(MapChange change) {
// no-op
}