Fix a mingw compile error in release mode

This commit is contained in:
David Sansome 2010-08-25 22:13:58 +00:00
parent a827379e88
commit dad73e7e7e

View File

@ -674,7 +674,7 @@ void Song::InitFromLastFM(const lastfm::Track& track) {
break;
}
default:
qWarning() << "Type" << value << "not handled";
qWarning() << "Type" << value.type() << "not handled";
Q_ASSERT(0);
break;
}