Fix OpeningHours::simplifiedExpression not really being const
Reading the code I realized it was modifying the instance internally, which isn't what one would expect from a const method.
Please register or sign in to comment
Reading the code I realized it was modifying the instance internally, which isn't what one would expect from a const method.