summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 8e226c698..31ab970cf 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -2999,7 +2999,8 @@ template class SPIEnum<SPCSSFontStyle>;
template class SPIEnum<SPCSSFontVariant>;
template class SPIEnum<SPCSSFontVariantPosition>;
template class SPIEnum<SPCSSFontVariantCaps>;
-template class SPIEnum<_SPCSSFontVariantLigatures_int>;
+template class SPIEnum<uint_least16_t>;
+template class SPIEnum<uint_least8_t>;