diff options
Diffstat (limited to 'src/resources/db/unitsdb.h')
-rw-r--r-- | src/resources/db/unitsdb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources/db/unitsdb.h b/src/resources/db/unitsdb.h index 7a913cc16..689e7a6ad 100644 --- a/src/resources/db/unitsdb.h +++ b/src/resources/db/unitsdb.h @@ -48,6 +48,12 @@ class UnitsDb final static std::string formatCurrency(const int value) A_WARN_UNUSED; /** + * Formats the given number in the correct currency format. + */ + static std::string formatCurrency(std::string name, + const int value) A_WARN_UNUSED; + + /** * Formats the given number in the correct weight/mass format. */ static std::string formatWeight(const int value) A_WARN_UNUSED; |