summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-11-19 16:07:15 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-11-30 12:40:09 -0800
commit12fc9490065e1ddc2fada269a045cd2725a257f5 (patch)
tree17a91e9e04bf0f8b5241911ca776a17d9ae74b88 /include
parent48504baa9134020c57bb899f290557b4249a2d6d (diff)
downloadqtlocation-mapboxgl-12fc9490065e1ddc2fada269a045cd2725a257f5.tar.gz
[tests] Don't use icons from the style for annotations
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/default/glfw_view.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/platform/default/glfw_view.hpp b/include/mbgl/platform/default/glfw_view.hpp
index a434b71bb1..2318cb6ccd 100644
--- a/include/mbgl/platform/default/glfw_view.hpp
+++ b/include/mbgl/platform/default/glfw_view.hpp
@@ -20,6 +20,7 @@ public:
std::array<uint16_t, 2> getFramebufferSize() const override;
void initialize(mbgl::Map *map) override;
+ void notifyMapChange(mbgl::MapChange) override;
void activate() override;
void deactivate() override;
void notify() override;
@@ -61,6 +62,7 @@ private:
std::vector<std::string> spriteIDs;
private:
+ bool initializedDefaultMarker = false;
bool fullscreen = false;
const bool benchmark = false;
bool tracking = false;