diff options
author | Jaquee <jaquee.monero@gmail.com> | 2017-10-22 12:56:01 +0200 |
---|---|---|
committer | Jaquee <jaquee.monero@gmail.com> | 2017-10-29 15:17:31 +0100 |
commit | 867b67c4fd6490381dbe061df52ec75725da8f43 (patch) | |
tree | 177681b7c9c16b6651046861608a1ec4ed785e64 /src/wallet/wallet2_api.h | |
parent | Merge pull request #2601 (diff) | |
download | monero-867b67c4fd6490381dbe061df52ec75725da8f43.tar.xz |
Wallet API: override update subdir when built from src
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 4d734ab94..12dd8c859 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); }; |