Skip to content

Fix OpeningHours::simplifiedExpression not really being const

David Faure requested to merge work/dfaure/detach into release/21.12

Reading the code I realized it was modifying the instance internally, which isn't what one would expect from a const method.

Merge request reports