From d3d4a43b04b86e031e96e9bf434c1b97018b1664 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Aug 2016 23:12:14 +0300 Subject: Fix compilation with old gcc. --- src/gui/windows/skilldialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/windows/skilldialog.cpp b/src/gui/windows/skilldialog.cpp index db58686cd..d002f93aa 100644 --- a/src/gui/windows/skilldialog.cpp +++ b/src/gui/windows/skilldialog.cpp @@ -627,7 +627,7 @@ void SkillDialog::useItem(const int itemId, return; const SkillInfo *const info = (*it).second; - CastType castType = CastType::Default; + CastTypeT castType = CastType::Default; if (!data.empty()) { // +++ read only cast type from data -- cgit v1.2.3-60-g2f50