summaryrefslogtreecommitdiff
path: root/src/mbgl/style/function/categorical_stops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/function/categorical_stops.cpp')
-rw-r--r--src/mbgl/style/function/categorical_stops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/function/categorical_stops.cpp b/src/mbgl/style/function/categorical_stops.cpp
index 1a30a1f1c7..dd179f5376 100644
--- a/src/mbgl/style/function/categorical_stops.cpp
+++ b/src/mbgl/style/function/categorical_stops.cpp
@@ -34,7 +34,7 @@ template class CategoricalStops<std::array<float, 2>>;
template class CategoricalStops<std::string>;
template class CategoricalStops<TextTransformType>;
template class CategoricalStops<TextJustifyType>;
-template class CategoricalStops<TextAnchorType>;
+template class CategoricalStops<SymbolAnchorType>;
template class CategoricalStops<LineJoinType>;
} // namespace style