summaryrefslogtreecommitdiff
path: root/include/mbgl/style/property_value.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-19 11:38:26 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-19 11:38:26 +0200
commitd147e18153910d4f21eaece75e06725b1249c8f2 (patch)
tree20cefbfca807774a40270127f7f2da685e97ed7e /include/mbgl/style/property_value.hpp
parentdbf6d7bcb5502ab7529a0b9b7bfd59c2d2e10944 (diff)
downloadqtlocation-mapboxgl-d147e18153910d4f21eaece75e06725b1249c8f2.tar.gz
update mapbox/variant
Diffstat (limited to 'include/mbgl/style/property_value.hpp')
-rw-r--r--include/mbgl/style/property_value.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/property_value.hpp b/include/mbgl/style/property_value.hpp
index 4d148dc029..1b22b31177 100644
--- a/include/mbgl/style/property_value.hpp
+++ b/include/mbgl/style/property_value.hpp
@@ -7,7 +7,7 @@
namespace mbgl {
-typedef util::variant<
+typedef mapbox::util::variant<
std::string,
TranslateAnchorType,
RotateAnchorType,