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:
4
thirdparty/liblastfm2/src/types/Track.cpp
vendored
4
thirdparty/liblastfm2/src/types/Track.cpp
vendored
@@ -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()
|
||||
|
Reference in New Issue
Block a user