Skip to content

Commit

Permalink
Compiler bug workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed Apr 22, 2016
1 parent 0690ce4 commit 972b70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rai/qt/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ wallet (wallet_a)
if (!account.decode_account (account_line->text ().toStdString ()))
{
show_line_ok (*account_line);
history.refresh ();
this->history.refresh ();
}
else
{
Expand Down

0 comments on commit 972b70d

Please sign in to comment.