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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/edit.h b/src/ui/edit.h
index c5c6cf6..7414372 100644
--- a/src/ui/edit.h
+++ b/src/ui/edit.h
@@ -35,7 +35,7 @@
#include "common/iman.h"
#include "common/restext.h"
-#include <vector>
+#include <set>
@@ -240,7 +240,7 @@ protected:
int m_maxChar; // max length of the buffer m_text
char* m_text; // text (without zero terminator)
- std::vector<Gfx::FontMetaChar> m_format; // format characters
+ std::map<unsigned int, Gfx::FontMetaChar> m_format; // format characters
int m_len; // length used in m_text
int m_cursor1; // offset cursor
int m_cursor2; // offset cursor