summaryrefslogtreecommitdiff
path: root/src/resources/db/unitsdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/unitsdb.h')
-rw-r--r--src/resources/db/unitsdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/unitsdb.h b/src/resources/db/unitsdb.h
index b8c81cfc3..7a913cc16 100644
--- a/src/resources/db/unitsdb.h
+++ b/src/resources/db/unitsdb.h
@@ -51,6 +51,8 @@ class UnitsDb final
* Formats the given number in the correct weight/mass format.
*/
static std::string formatWeight(const int value) A_WARN_UNUSED;
+
+ static bool existsCurrency(const std::string &name) A_WARN_UNUSED;
};
#endif // RESOURCES_DB_UNITSDB_H