summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index 2019b8b36..e4b779105 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -277,7 +277,7 @@ public:
*/
virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name, const void *os_data = nullptr) = 0;
- bool FindMissingGlyphs(const char **str);
+ bool FindMissingGlyphs();
};
void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = nullptr);