From 972b70dac804df4ebfdfdc2ae8a7a6025a7f8deb Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 21 Apr 2016 22:49:24 -0700 Subject: [PATCH] Compiler bug workaround. --- rai/qt/qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai/qt/qt.cpp b/rai/qt/qt.cpp index f139069a64..cbe77e7eb9 100644 --- a/rai/qt/qt.cpp +++ b/rai/qt/qt.cpp @@ -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 {