summaryrefslogtreecommitdiff
path: root/core/fxge/ge/fx_text_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/ge/fx_text_int.h')
-rw-r--r--core/fxge/ge/fx_text_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/ge/fx_text_int.h b/core/fxge/ge/fx_text_int.h
index 4de6587d41..8ea01f91d6 100644
--- a/core/fxge/ge/fx_text_int.h
+++ b/core/fxge/ge/fx_text_int.h
@@ -14,7 +14,7 @@
struct _CFX_UniqueKeyGen {
void Generate(int count, ...);
- FX_CHAR m_Key[128];
+ char m_Key[128];
int m_KeyLen;
};