summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-07-03 19:08:26 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-07-03 19:08:26 -0700
commit9e9623d2ecbbbdd7411fe591892e2877870ce3b0 (patch)
treed5113149b9a23a799bdcfa367cb0a922c9bc42f3 /common
parente5d9a20c7c3282a7b058ef40c2ade3429f04f99d (diff)
downloadqtlocation-mapboxgl-9e9623d2ecbbbdd7411fe591892e2877870ce3b0.tar.gz
fix up OS X/headless notify_map_change() for new API
Diffstat (limited to 'common')
-rw-r--r--common/glfw_view.cpp2
1 files changed, 1 insertions, 1 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
}