Merge pull request #4412

4d0a8db0 device: fix warnings about overridden functions (moneromooo-monero)
This commit is contained in:
Riccardo Spagni
2018-09-25 12:13:51 +02:00
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

@@ -140,7 +140,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 */