summaryrefslogtreecommitdiff
path: root/src/mbgl/map/vector_tile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/vector_tile.hpp')
-rw-r--r--src/mbgl/map/vector_tile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/vector_tile.hpp b/src/mbgl/map/vector_tile.hpp
index 1b836b84bc..1557db784f 100644
--- a/src/mbgl/map/vector_tile.hpp
+++ b/src/mbgl/map/vector_tile.hpp
@@ -16,7 +16,7 @@ public:
VectorTileFeature(pbf, const VectorTileLayer&);
FeatureType getType() const override { return type; }
- mapbox::util::optional<Value> getValue(const std::string&) const override;
+ optional<Value> getValue(const std::string&) const override;
GeometryCollection getGeometries() const override;
private: