aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-22 22:58:06 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-22 23:00:34 +0000
commit6e270fbd29d3b13493ce9ba182b97d9ce8191403 (patch)
tree586befd9988e4f06905826a5a39d0f0aac361873 /src/wallet/api/wallet.h
parentMerge pull request #4416 (diff)
downloadmonero-6e270fbd29d3b13493ce9ba182b97d9ce8191403.tar.xz
wallet2_api: fix for latest code changes
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;