aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-25 12:13:33 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-25 12:13:34 +0200
commite67789d075b6801bc76f57fca859bac99da6a34b (patch)
tree874c1df07b66f1937c73071b15158d089d35cab8 /src/wallet/api/wallet.h
parentMerge pull request #4430 (diff)
parentwallet2_api: fix for latest code changes (diff)
downloadmonero-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.h2
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;