Minor: add explicit default constructor.
This commit is contained in:
parent
dbe649d0e4
commit
b31fcc5f4f
@ -4,10 +4,12 @@
|
||||
class ATBSpecialDays
|
||||
{
|
||||
public:
|
||||
explicit ATBSpecialDays() = default;
|
||||
int ped_id;
|
||||
std::string ped_label;
|
||||
std::string ped_date_start;
|
||||
std::string ped_date_end;
|
||||
int ped_period_special_day_id;
|
||||
int ped_period_special_day_id;
|
||||
int ped_payment_option_id;
|
||||
int ped_year;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user