diff options
Diffstat (limited to 'Userland/Libraries/LibPDF/Fonts/PDFFont.h')
-rw-r--r-- | Userland/Libraries/LibPDF/Fonts/PDFFont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibPDF/Fonts/PDFFont.h b/Userland/Libraries/LibPDF/Fonts/PDFFont.h index c6dc8f7509..555c81a929 100644 --- a/Userland/Libraries/LibPDF/Fonts/PDFFont.h +++ b/Userland/Libraries/LibPDF/Fonts/PDFFont.h @@ -47,7 +47,7 @@ public: virtual Type type() const = 0; protected: - static Tuple<String, String> replacement_for_standard_latin_font(StringView); + static Tuple<DeprecatedString, DeprecatedString> replacement_for_standard_latin_font(StringView); bool m_is_standard_font { false }; }; |