diff options
Diffstat (limited to 'src/units.h')
-rw-r--r-- | src/units.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/units.h b/src/units.h index 84ad177cd..18a3bd3a2 100644 --- a/src/units.h +++ b/src/units.h @@ -37,6 +37,8 @@ class Units final */ static void loadUnits(); + static void loadXmlFile(const std::string &fileName); + /** * Formats the given number in the correct currency format. */ |