Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jan 15, 2015
1 parent e092aeb commit 01328c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4007,7 +4007,7 @@ Gui::showOfxLog()
LogWindow lw(log,this);

lw.setWindowTitle( tr("Errors log") );
lw.exec();
ignore_result(lw.exec());
}


Expand Down

0 comments on commit 01328c0

Please sign in to comment.