SVN commit 999481 by toma: Amarok is closed for commits, but at least make sure it builds... M +1 -1 collection/iphoneos/handler/IphoneOsHandler.h M +1 -1 collection/iphoneos/handler/capabilities/IphoneOsReadCapability.cpp M +1 -1 playlistmanager/sql/SqlUserPlaylistProvider.cpp --- trunk/extragear/multimedia/amarok/src/collection/iphoneos/handler/IphoneOsHandler.h #999480:999481 @@ -45,7 +45,7 @@ { class IphoneOsReadCapability; class IphoneOsPlaylistCapability; -}; +} struct sqlite3; --- trunk/extragear/multimedia/amarok/src/collection/iphoneos/handler/capabilities/IphoneOsReadCapability.cpp #999480:999481 @@ -190,6 +190,6 @@ return info.size(); } -}; +} #include "IphoneOsReadCapability.moc" --- trunk/extragear/multimedia/amarok/src/playlistmanager/sql/SqlUserPlaylistProvider.cpp #999480:999481 @@ -39,7 +39,7 @@ static const QString key("AMAROK_USERPLAYLIST"); typedef QMultiMap PlaylistTrackMap; -Q_DECLARE_METATYPE( PlaylistTrackMap ); +Q_DECLARE_METATYPE( PlaylistTrackMap ) SqlUserPlaylistProvider::SqlUserPlaylistProvider() : UserPlaylistProvider()