diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:15:25 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-14 15:15:25 +0200 |
commit | cdab85db413afdcd0c0e23c9a944bde2c8450ac5 (patch) | |
tree | fc936e55b625cf0b14f671b100832607aab31583 /src/wallet/wallet2_api.h | |
parent | Merge pull request #2697 (diff) | |
parent | Wallet API: override update subdir when built from src (diff) | |
download | monero-cdab85db413afdcd0c0e23c9a944bde2c8450ac5.tar.xz |
Merge pull request #2701
867b67c4 Wallet API: override update subdir when built from src (Jaquee)
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r-- | src/wallet/wallet2_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h index a8c150ca7..432c820cb 100644 --- a/src/wallet/wallet2_api.h +++ b/src/wallet/wallet2_api.h @@ -869,7 +869,7 @@ struct WalletManager virtual std::string resolveOpenAlias(const std::string &address, bool &dnssec_valid) const = 0; //! checks for an update and returns version, hash and url - static std::tuple<bool, std::string, std::string, std::string, std::string> checkUpdates(const std::string &software, const std::string &subdir); + static std::tuple<bool, std::string, std::string, std::string, std::string> checkUpdates(const std::string &software, std::string subdir); }; |