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

warnings--

This commit is contained in:
Dominik Schmidt
2012-05-20 15:47:02 +02:00
parent 717b04623f
commit edb34eef59
19 changed files with 39 additions and 9 deletions

View File

@@ -78,9 +78,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()