erased some codesmells
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
public:
|
||||
Sound(std::shared_ptr<IOutputGPIOInterface> output_gpio_interface, uint8_t address, std::string name, std::chrono::milliseconds deactivation_time, u_int id);
|
||||
virtual ~Sound() = default;
|
||||
~Sound() override = default;
|
||||
|
||||
void play() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user