summaryrefslogtreecommitdiff
path: root/include/mbgl/style/function_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/function_properties.hpp')
-rw-r--r--include/mbgl/style/function_properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/function_properties.hpp b/include/mbgl/style/function_properties.hpp
index 8cd7ce6e28..56092f9a63 100644
--- a/include/mbgl/style/function_properties.hpp
+++ b/include/mbgl/style/function_properties.hpp
@@ -27,7 +27,7 @@ private:
};
template <typename T>
-using Function = util::variant<
+using Function = mapbox::util::variant<
std::false_type,
ConstantFunction<T>,
StopsFunction<T>