summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-05-28 19:04:57 -0700
committerDane Springmeyer <dane@mapbox.com>2014-05-28 19:04:57 -0700
commita920ca8112399b7dfcdbba85c252dcf6c6ee1eee (patch)
treeb0b7aaf44e13dd1c236214d443a57d37e9437e92
parent1da72cb77932b3f4e2a5b169d3e0d9c971571d4c (diff)
downloadqtlocation-mapboxgl-a920ca8112399b7dfcdbba85c252dcf6c6ee1eee.tar.gz
fix #269
-rw-r--r--test/headless.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/headless.cpp b/test/headless.cpp
index c515b36c9a..af34f4e19f 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -11,6 +11,15 @@
#include <uv.h>
+namespace llmr {
+namespace platform {
+
+void notify_map_change() {
+ // no-op
+}
+
+}}
+
class View : public llmr::View {
public:
void make_active() {