summaryrefslogtreecommitdiff
path: root/include/mbgl/map/update.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/map/update.hpp')
-rw-r--r--include/mbgl/map/update.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/update.hpp b/include/mbgl/map/update.hpp
index 3d02434c60..3aa871bf03 100644
--- a/include/mbgl/map/update.hpp
+++ b/include/mbgl/map/update.hpp
@@ -11,6 +11,7 @@ enum class Update : UpdateType {
Debug = 1 << 1,
DefaultTransitionDuration = 1 << 2,
Classes = 1 << 3,
+ Zoom = 1 << 4,
};
}