diff options
Diffstat (limited to 'wx+/format_unit.h')
-rw-r--r-- | wx+/format_unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/format_unit.h b/wx+/format_unit.h index 4adf74f8..953910b6 100644 --- a/wx+/format_unit.h +++ b/wx+/format_unit.h @@ -15,7 +15,7 @@ namespace zen { std::wstring filesizeToShortString(UInt64 filesize); std::wstring remainingTimeToShortString(double timeInSec); -std::wstring percentageToShortString(double fraction); //within [0, 1] +std::wstring fractionToShortString(double fraction); //within [0, 1] template <class NumberType> std::wstring toStringSep(NumberType number); //convert number to std::wstring including thousands separator |