summaryrefslogtreecommitdiff
path: root/include/mbgl/style/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/types.hpp')
-rw-r--r--include/mbgl/style/types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp
index 628e0d2395..13a2e50f01 100644
--- a/include/mbgl/style/types.hpp
+++ b/include/mbgl/style/types.hpp
@@ -70,6 +70,7 @@ enum class SymbolPlacementType : uint8_t {
};
enum class SymbolZOrderType : uint8_t {
+ Auto,
ViewportY,
Source
};