Browse Source

libtunes: Change TuneID::ERROR in ERROR_TUNE

This prevents the expanction of the ERROR macro inside the TuneID enum
sbg
Simone Guscetti 8 years ago committed by Beat Küng
parent
commit
879c698cab
  1. 2
      src/lib/tunes/tunes.cpp

2
src/lib/tunes/tunes.cpp

@ -100,7 +100,7 @@ int Tunes::set_control(const tune_control_s &tune_control) @@ -100,7 +100,7 @@ int Tunes::set_control(const tune_control_s &tune_control)
// tunes that have a high priority
case static_cast<int>(TuneID::STARTUP):
case static_cast<int>(TuneID::ERROR):
case static_cast<int>(TuneID::ERROR_TUNE):
case static_cast<int>(TuneID::NOTIFY_POSITIVE):
case static_cast<int>(TuneID::NOTIFY_NEUTRAL):
case static_cast<int>(TuneID::NOTIFY_NEGATIVE):

Loading…
Cancel
Save