fix build

This commit is contained in:
Arvid Norberg 2013-03-17 22:16:57 +00:00
parent 92cedf82cf
commit 59a95c8ed6
1 changed files with 2 additions and 2 deletions

View File

@ -5282,8 +5282,8 @@ retry:
{
if (!t.delete_files())
{
if (alerts().should_post<torrent_delete_failed_alert>())
alerts().post_alert(torrent_delete_failed_alert(t.get_handle(), error_code()));
if (m_alerts.should_post<torrent_delete_failed_alert>())
m_alerts.post_alert(torrent_delete_failed_alert(t.get_handle(), error_code()));
}
}