1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

Fix compiler warnings.

This commit is contained in:
Frank Osterfeld
2011-04-14 20:16:34 +02:00
parent aad9dd4d75
commit db4fc8bd03
4 changed files with 5 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ lastfm::TrackData::TrackData()
rating( 0 ),
fpid( -1 ),
loved( false ),
null( false ),
scrobbleStatus( Track::Null ),
scrobbleError( Track::None )
scrobbleError( Track::None ),
null( false )
{}
lastfm::Track::Track()