diff --git a/src/libtomahawk/database/DatabaseCommand_SocialAction.h b/src/libtomahawk/database/DatabaseCommand_SocialAction.h index 8557d3d4e..5142c2c07 100644 --- a/src/libtomahawk/database/DatabaseCommand_SocialAction.h +++ b/src/libtomahawk/database/DatabaseCommand_SocialAction.h @@ -73,7 +73,9 @@ public: * Constructor which creates a new database command for the specified social action. */ explicit DatabaseCommand_SocialAction( const Tomahawk::trackdata_ptr& track, QString action, QString comment = "", QObject* parent = 0 ) - : DatabaseCommandLoggable( parent ), m_track( track ), m_action( action ) + : DatabaseCommandLoggable( parent ) + , m_track( track ) + , m_action( action ) { setSource( SourceList::instance()->getLocal() );