Skip to content

Commit

Permalink
Fix #1054
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Feb 4, 2019
1 parent 5af11ac commit dd90033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/menu/download_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DownloadDialog::DownloadDialog(TransferStatusPtr status, bool auto_close, bool p

update_text();

status->then(
m_status->then(
[this](bool success)
{
if (success)
Expand Down

0 comments on commit dd90033

Please sign in to comment.