diff --git a/es-core/src/resources/Font.cpp b/es-core/src/resources/Font.cpp index 2e54a6549..02140261a 100644 --- a/es-core/src/resources/Font.cpp +++ b/es-core/src/resources/Font.cpp @@ -308,7 +308,7 @@ std::string Font::wrapText(const std::string& text, size_t byteCount {0}; std::string wrappedText; std::string charEntry; - std::vector> dotsSection; + std::vector> dotsSection; bool addDots {false}; for (size_t i = 0; i < text.length(); ++i) {