Minor: changed type of parameter 'start_parking_time' to non-const to be able to return value.
This commit is contained in:
parent
631378deeb
commit
d30061915e
@ -171,7 +171,7 @@ CalcState CALCULATE_LIBRARY_API compute_price_for_parking_ticket( // depre
|
||||
|
||||
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, // return value
|
||||
struct price_t *price); // return value
|
||||
|
Loading…
Reference in New Issue
Block a user