summaryrefslogtreecommitdiff
path: root/src/currency.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/currency.cpp')
-rw-r--r--src/currency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/currency.cpp b/src/currency.cpp
index 05ff9b884..535179f88 100644
--- a/src/currency.cpp
+++ b/src/currency.cpp
@@ -62,7 +62,7 @@ CurrencySpec _currency_specs[NUM_CURRENCY];
* Every currency used by Ottd is there, just in case TTDPatch will
* add those missing in its code
**/
-enum {
+enum Currencies {
CURR_GBP,
CURR_USD,
CURR_EUR,