Try fixing buildbot.

This commit is contained in:
Andreas 2015-04-10 22:59:35 +02:00
parent 25e73d5714
commit 11d2702841
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ void Song::ToProtobuf(pb::tagreader::SongMetadata* pb) const {
pb->set_filesize(d->filesize_);
pb->set_suspicious_tags(d->suspicious_tags_);
pb->set_art_automatic(DataCommaSizeFromQString(d->art_automatic_));
pb->set_type(static_cast<::pb::tagreader::SongMetadata_Type>(d->filetype_));
pb->set_type(static_cast< ::pb::tagreader::SongMetadata_Type>(d->filetype_));
}
void Song::InitFromQuery(const SqlRow& q, bool reliable_metadata, int col) {