This commit is contained in:
Eduardo Bart 2012-07-09 10:38:03 -03:00
parent 31612036fb
commit f215b206b1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ inline std::istream& operator>>(std::istream& in, Color& color)
else
color.setAlpha(255);
} else
in.seekg(-tmp.length()-1, ios_base::cur);
in.seekg(-(std::istream::streampos)tmp.length()-1, ios_base::cur);
} else {
in.unget();
in >> tmp;