We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06aedd commit a5a13d9Copy full SHA for a5a13d9
Database/function.hpp
@@ -1,7 +1,7 @@
1
/*
2
MIT License
3
4
-Copyright (c) 2022 m!haly4
+Copyright (c) 2022 Andrew Kushyk
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
@@ -228,4 +228,4 @@ void outputPassByLuggage(std::vector<Passenger> &vec);
228
void sortPassByAge(std::vector<Passenger> &vec);
229
230
//function for sorting data of "Passenger" class by sex
231
-void outputPassBySex(std::vector<Passenger> &vec, int sex);
+void outputPassBySex(std::vector<Passenger> &vec, int sex);
0 commit comments