forked from organicmaps/organicmaps
[OH] Fixed switch.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
b7364e0420
commit
99fa51876a
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ std::ostream & operator<<(std::ostream & ost, TimeEvent::Event const event)
|
|||
{
|
||||
case TimeEvent::Event::None:
|
||||
ost << "None";
|
||||
break;
|
||||
case TimeEvent::Event::Sunrise:
|
||||
ost << "sunrise";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue