summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-14 23:12:14 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-14 23:12:14 +0300
commitd3d4a43b04b86e031e96e9bf434c1b97018b1664 (patch)
tree43c8caf53a32b3e1efa77bca570c5ede0d00ddfe
parentf494a0e08ada527827fe41c7d98e2791f915ab40 (diff)
downloadplus-d3d4a43b04b86e031e96e9bf434c1b97018b1664.tar.gz
plus-d3d4a43b04b86e031e96e9bf434c1b97018b1664.tar.bz2
plus-d3d4a43b04b86e031e96e9bf434c1b97018b1664.tar.xz
plus-d3d4a43b04b86e031e96e9bf434c1b97018b1664.zip
Fix compilation with old gcc.
-rw-r--r--src/gui/windows/skilldialog.cpp2
1 files changed, 1 insertions, 1 deletions
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