removed sounditem

This commit is contained in:
Jonas Zeunert
2018-12-11 14:55:57 +01:00
parent 336267b7cf
commit f1bb186faa
7 changed files with 10 additions and 39 deletions

View File

@@ -17,7 +17,7 @@ namespace items
{
Sound::Sound(std::shared_ptr<IOutputGPIOInterface> output_gpio_interface, uint8_t address, std::string name, std::chrono::milliseconds deactivation_time, u_int id) :
SoundItem(std::move(output_gpio_interface), address, std::move(name)), deactivation_time(deactivation_time), id(id)
Item(std::move(output_gpio_interface), address, std::move(name)), deactivation_time(deactivation_time), id(id)
{}
void Sound::play()