diff options
Diffstat (limited to 'src/qt/walletstack.h')
-rw-r--r-- | src/qt/walletstack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletstack.h b/src/qt/walletstack.h index 5c84cb6e1e..74b9f09081 100644 --- a/src/qt/walletstack.h +++ b/src/qt/walletstack.h @@ -67,7 +67,7 @@ private: bool bOutOfSync; public slots: - void setCurrentWallet(const QString& name); + bool setCurrentWallet(const QString& name); /** Switch to overview (home) page */ void gotoOverviewPage(); |