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 d1916fe7e..19c374e6d 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -232,6 +232,6 @@ public:
bool FindMissingGlyphs(const char **str);
};
-void CheckForMissingGlyphsInLoadedLanguagePack(bool base_font = true);
+void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = NULL);
#endif /* STRINGS_FUNC_H */