device: fix warnings about overridden functions

This commit is contained in:
moneromooo-monero 2018-09-21 19:32:47 +00:00
parent b65e236fda
commit 4d0a8db06d
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ namespace hw {
bool set_mode(device_mode mode) override;
device_type get_type() const {return device_type::SOFTWARE;};
device_type get_type() const override {return device_type::SOFTWARE;};
/* ======================================================================= */
/* LOCKER */

View File

@ -144,7 +144,7 @@ namespace hw {
bool set_mode(device_mode mode) override;
device_type get_type() const {return device_type::LEDGER;};
device_type get_type() const override {return device_type::LEDGER;};
/* ======================================================================= */
/* LOCKER */