summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-23 18:32:55 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-23 18:32:55 -0700
commit661860d12f7e9854a80d7a154287d3a374e3a379 (patch)
tree277f42c677de0d04fbf681fc25b32d03554554a4 /common
parent2d7b76e2fe10fea1e75f59b153e8d3cea1cd604b (diff)
downloadqtlocation-mapboxgl-661860d12f7e9854a80d7a154287d3a374e3a379.tar.gz
foundations of delegate/callback API
Diffstat (limited to 'common')
-rw-r--r--common/glfw_view.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/glfw_view.cpp b/common/glfw_view.cpp
index 9590cc5e78..3cc50b591e 100644
--- a/common/glfw_view.cpp
+++ b/common/glfw_view.cpp
@@ -273,5 +273,9 @@ void show_color_debug_image(std::string name, const char *data, size_t logical_w
glfwMakeContextCurrent(current_window);
}
+void notify_map_change() {
+ // no-op
+}
+
}
}