summaryrefslogtreecommitdiff
path: root/src/basic/locale-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/locale-util.h')
-rw-r--r--src/basic/locale-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/locale-util.h b/src/basic/locale-util.h
index 353b7845fd..0630a034ab 100644
--- a/src/basic/locale-util.h
+++ b/src/basic/locale-util.h
@@ -67,7 +67,7 @@ typedef enum {
_SPECIAL_GLYPH_MAX
} SpecialGlyph;
-const char *special_glyph(SpecialGlyph code);
+const char *special_glyph(SpecialGlyph code) _const_;
const char* locale_variable_to_string(LocaleVariable i) _const_;
LocaleVariable locale_variable_from_string(const char *s) _pure_;