From 5320fee7ffac2dd0667c403067e40e9f409dd5ad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Aug 2017 23:15:18 +0300 Subject: Fix compilation with old compilers. --- src/resources/db/itemdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources') diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 93c0e845a..e27290413 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -259,7 +259,7 @@ static void loadMenu(XmlNodePtrConst parentNode, } } -static bool getIsEquipment(const ItemDbType type) +static bool getIsEquipment(const ItemDbTypeT type) { switch (type) { -- cgit v1.2.3-60-g2f50