summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/fx_string.h')
-rw-r--r--core/fxcrt/fx_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_string.h b/core/fxcrt/fx_string.h
index 0481a15d34..4c24181e37 100644
--- a/core/fxcrt/fx_string.h
+++ b/core/fxcrt/fx_string.h
@@ -18,6 +18,6 @@ ByteString FX_UTF8Encode(const WideStringView& wsStr);
float FX_atof(const ByteStringView& str);
float FX_atof(const WideStringView& wsStr);
bool FX_atonum(const ByteStringView& str, void* pData);
-FX_STRSIZE FX_ftoa(float f, char* buf);
+size_t FX_ftoa(float f, char* buf);
#endif // CORE_FXCRT_FX_STRING_H_