diff options
Diffstat (limited to 'src/gui/fonts')
-rw-r--r-- | src/gui/fonts/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fonts/font.h b/src/gui/fonts/font.h index 0188586b3..62f32800f 100644 --- a/src/gui/fonts/font.h +++ b/src/gui/fonts/font.h @@ -101,7 +101,7 @@ class Font final int getHeight() const A_WARN_UNUSED; - const TextChunkList *getCache() const A_WARN_UNUSED; + const TextChunkList *getCache() const A_CONST A_WARN_UNUSED; /** * @see Font::drawString |