Skip to content

Commit a5a13d9

Browse files
authored
Update function.hpp
1 parent d06aedd commit a5a13d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Database/function.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
MIT License
33
4-
Copyright (c) 2022 m!haly4
4+
Copyright (c) 2022 Andrew Kushyk
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
@@ -228,4 +228,4 @@ void outputPassByLuggage(std::vector<Passenger> &vec);
228228
void sortPassByAge(std::vector<Passenger> &vec);
229229

230230
//function for sorting data of "Passenger" class by sex
231-
void outputPassBySex(std::vector<Passenger> &vec, int sex);
231+
void outputPassBySex(std::vector<Passenger> &vec, int sex);

0 commit comments

Comments
 (0)