diff options
Diffstat (limited to 'core/fxcrt/bytestring.h')
-rw-r--r-- | core/fxcrt/bytestring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/bytestring.h b/core/fxcrt/bytestring.h index 6d5843efcd..f534b08b8a 100644 --- a/core/fxcrt/bytestring.h +++ b/core/fxcrt/bytestring.h @@ -182,7 +182,7 @@ class ByteString { uint32_t GetID() const { return AsStringView().GetID(); } static ByteString FormatInteger(int i); - static ByteString FormatFloat(float f, int precision = 0); + static ByteString FormatFloat(float f); protected: using StringData = StringDataTemplate<char>; |