summaryrefslogtreecommitdiff
path: root/src/mbgl/style/function/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/function/type.cpp')
-rw-r--r--src/mbgl/style/function/type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/function/type.cpp b/src/mbgl/style/function/type.cpp
index fbfe6efbc3..5e1a95433f 100644
--- a/src/mbgl/style/function/type.cpp
+++ b/src/mbgl/style/function/type.cpp
@@ -12,7 +12,7 @@ Primitive Primitive::Color = {"Color"};
Primitive Primitive::Object = {"Object"};
// Need to add Array(Types::Value) to the member list somehow...
-Type Primitive::Value = Variant({
+ ValueType Primitive::Value = Variant({
Primitive::Null,
Primitive::String,
Primitive::Number,