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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/style/types.hpp b/include/mbgl/style/types.hpp
index 2a7635ff2d..19fc2f115f 100644
--- a/include/mbgl/style/types.hpp
+++ b/include/mbgl/style/types.hpp
@@ -99,7 +99,6 @@ enum class SymbolAnchorType : uint8_t {
};
enum class DynamicTextAnchorType : uint8_t {
- Auto,
Center,
Left,
Right,
@@ -108,7 +107,8 @@ enum class DynamicTextAnchorType : uint8_t {
TopLeft,
TopRight,
BottomLeft,
- BottomRight
+ BottomRight,
+ Auto
};
enum class TextTransformType : uint8_t {