Minor: change type of parameter 'start-parking-time' to non-const.

This commit is contained in:
Gerhard Hoffmann 2024-02-15 16:14:21 +01:00
parent 707ab1716b
commit 8470bdd574

View File

@ -342,7 +342,7 @@ CalcState CALCULATE_LIBRARY_API compute_price_for_parking_ticket(
CalcState CALCULATE_LIBRARY_API compute_price_for_parking_ticket(
parking_tariff_t *tariff,
QDateTime const &start_parking_time,
QDateTime &start_parking_time,
int netto_parking_time,
QDateTime &end_parking_time,
struct price_t *price)