From 6da4e69d95f47db0afe8f020d4fc0dd926281069 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Tue, 1 Oct 2019 08:18:44 +0300 Subject: [PATCH] genesys: Mark overridden functions consistently --- backend/genesys_gl124.h | 2 +- backend/genesys_gl646.h | 2 +- backend/genesys_gl841.h | 2 +- backend/genesys_gl843.h | 2 +- backend/genesys_gl846.h | 2 +- backend/genesys_gl847.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/genesys_gl124.h b/backend/genesys_gl124.h index 06b6e2362..d3409dd62 100644 --- a/backend/genesys_gl124.h +++ b/backend/genesys_gl124.h @@ -124,7 +124,7 @@ static void gl124_send_slope_table(Genesys_Device* dev, int table_nr, class CommandSetGl124 : public CommandSet { public: - ~CommandSetGl124() = default; + ~CommandSetGl124() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override; diff --git a/backend/genesys_gl646.h b/backend/genesys_gl646.h index a4350f62f..b2434e373 100644 --- a/backend/genesys_gl646.h +++ b/backend/genesys_gl646.h @@ -234,7 +234,7 @@ static Motor_Master motor_master[] = { class CommandSetGl646 : public CommandSet { public: - ~CommandSetGl646() = default; + ~CommandSetGl646() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override; diff --git a/backend/genesys_gl841.h b/backend/genesys_gl841.h index 0c9fa51b1..71eca97b6 100644 --- a/backend/genesys_gl841.h +++ b/backend/genesys_gl841.h @@ -63,7 +63,7 @@ int gl841_exposure_time(Genesys_Device *dev, const Genesys_Sensor& sensor, class CommandSetGl841 : public CommandSet { public: - ~CommandSetGl841() = default; + ~CommandSetGl841() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override; diff --git a/backend/genesys_gl843.h b/backend/genesys_gl843.h index 47c6e98bb..9ecf62dcb 100644 --- a/backend/genesys_gl843.h +++ b/backend/genesys_gl843.h @@ -66,7 +66,7 @@ class CommandSetGl843 : public CommandSet { public: - ~CommandSetGl843() = default; + ~CommandSetGl843() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override; diff --git a/backend/genesys_gl846.h b/backend/genesys_gl846.h index 05a403f35..b6911485a 100644 --- a/backend/genesys_gl846.h +++ b/backend/genesys_gl846.h @@ -135,7 +135,7 @@ static Memory_layout layouts[]={ class CommandSetGl846 : public CommandSet { public: - ~CommandSetGl846() = default; + ~CommandSetGl846() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override; diff --git a/backend/genesys_gl847.h b/backend/genesys_gl847.h index 4c40add58..f793c56ba 100644 --- a/backend/genesys_gl847.h +++ b/backend/genesys_gl847.h @@ -119,7 +119,7 @@ static Memory_layout layouts[]={ class CommandSetGl847 : public CommandSet { public: - ~CommandSetGl847() = default; + ~CommandSetGl847() override = default; bool needs_home_before_init_regs_for_scan(Genesys_Device* dev) const override;