From 503d49ebb239564de912f5e83747eb71a2765cae Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 2 Feb 2023 12:50:59 +0100 Subject: [PATCH] Added valid-member. Unsure if needed. --- calculate_parking_tickets/calculate_parking_tickets_global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/calculate_parking_tickets/calculate_parking_tickets_global.h b/calculate_parking_tickets/calculate_parking_tickets_global.h index 2dc2ecd..61e420c 100644 --- a/calculate_parking_tickets/calculate_parking_tickets_global.h +++ b/calculate_parking_tickets/calculate_parking_tickets_global.h @@ -20,6 +20,7 @@ typedef struct price_t { double brutto; double vat_percentage; double vat; + bool valid; } price_t; static constexpr uint16_t const MIN_PER_DAY = 1440;