diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-19 18:37:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-19 18:37:20 +0300 |
commit | 0664fee5aeae578dd3d5d6f02332719c3e9af1cb (patch) | |
tree | ff995437ec7900c09e43365af074de1813fd434c /src/gui/font.h | |
parent | 29183043d599655143633daa9f22f310f97a1b54 (diff) | |
download | ManaVerse-0664fee5aeae578dd3d5d6f02332719c3e9af1cb.tar.gz ManaVerse-0664fee5aeae578dd3d5d6f02332719c3e9af1cb.tar.bz2 ManaVerse-0664fee5aeae578dd3d5d6f02332719c3e9af1cb.tar.xz ManaVerse-0664fee5aeae578dd3d5d6f02332719c3e9af1cb.zip |
Improve font.
Diffstat (limited to 'src/gui/font.h')
-rw-r--r-- | src/gui/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/font.h b/src/gui/font.h index 12ba473d8..ee1742942 100644 --- a/src/gui/font.h +++ b/src/gui/font.h @@ -130,7 +130,7 @@ class TextChunkList final void insertFirst(SDLTextChunk *const item); - void moveToFirst(SDLTextChunk *item); + void moveToFirst(SDLTextChunk *const item); void removeBack(); |