master
Eduardo Bart 12 years ago
parent 31612036fb
commit f215b206b1

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

Loading…
Cancel
Save