mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 18:43:05 +01:00
device: fix warnings about overridden functions
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user