diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-03-21 18:40:51 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-03-21 18:40:51 +0100 |
commit | 341e2385d543ba96ae4d4eac649e9312537e1405 (patch) | |
tree | 0f4c3a1071c1c89e2c7ae63ab67f1e3fbd09f6db /src/wallet/wallet.h | |
parent | f3948a30cd27928fdf9dffbbf90ea6430c869edf (diff) |
use constant references for strings in functions in wallet/*.*
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 1a9feff9f3..f00fb0caff 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -747,7 +747,7 @@ public: void Flush(bool shutdown=false); //! Verify the wallet database and perform salvage if required - static bool Verify(const std::string walletFile, std::string& warningString, std::string& errorString); + static bool Verify(const std::string& walletFile, std::string& warningString, std::string& errorString); /** * Address book entry changed. |