feat: adding files made in fablab
This commit is contained in:
parent
9067bf46fc
commit
5d81e1e176
17 changed files with 885 additions and 12 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/16 14:49:52 by rparodi #+# #+# */
|
||||
/* Updated: 2025/03/17 21:45:02 by rparodi ### ########.fr */
|
||||
/* Updated: 2025/03/18 11:43:49 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ std::ostream& operator<<(std::ostream& output, Bureaucrat const &toPrint) {
|
|||
return (output);
|
||||
}
|
||||
|
||||
void Bureaucrat::signForm(Form &form) {
|
||||
void Bureaucrat::signForm(Form const &form) {
|
||||
try {
|
||||
form.beSigned(*this);
|
||||
} catch (std::exception &e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue