diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-25 12:13:33 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-25 12:13:34 +0200 |
commit | e67789d075b6801bc76f57fca859bac99da6a34b (patch) | |
tree | 874c1df07b66f1937c73071b15158d089d35cab8 /src/wallet/api/wallet.h | |
parent | Merge pull request #4430 (diff) | |
parent | wallet2_api: fix for latest code changes (diff) | |
download | monero-e67789d075b6801bc76f57fca859bac99da6a34b.tar.xz |
Merge pull request #4422
6e270fbd wallet2_api: fix for latest code changes (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index e3a300317..64350cee7 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -79,7 +79,7 @@ public: bool recoverFromDevice(const std::string &path, const std::string &password, const std::string &device_name); - Device getDeviceType() const; + Device getDeviceType() const override; bool close(bool store = true); std::string seed() const override; std::string getSeedLanguage() const override; |