summaryrefslogtreecommitdiffstats
path: root/src/ui/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/edit.h')
-rw-r--r--src/ui/edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/edit.h b/src/ui/edit.h
index 7247181..75572c7 100644
--- a/src/ui/edit.h
+++ b/src/ui/edit.h
@@ -242,7 +242,7 @@ protected:
int m_maxChar; // max length of the buffer m_text
char* m_text; // text (without zero terminator)
- std::map<unsigned int, Gfx::FontMetaChar> m_format; // format characters
+ std::vector<Gfx::FontMetaChar> m_format; // format characters
int m_len; // length used in m_text
int m_cursor1; // offset cursor
int m_cursor2; // offset cursor