summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_feature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/symbol_feature.hpp')
-rw-r--r--src/mbgl/layout/symbol_feature.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/layout/symbol_feature.hpp b/src/mbgl/layout/symbol_feature.hpp
index 9e0eacaac5..5dd61d9156 100644
--- a/src/mbgl/layout/symbol_feature.hpp
+++ b/src/mbgl/layout/symbol_feature.hpp
@@ -9,6 +9,7 @@ namespace mbgl {
class SymbolFeature {
public:
+ FeatureType type;
GeometryCollection geometry;
optional<std::u16string> text;
optional<std::string> icon;