projects
/
42
/
CPP_Module_05
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c84bc
)
Fix formatting
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Tue, 21 Jan 2025 12:00:17 +0000
(13:00 +0100)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Tue, 21 Jan 2025 12:00:17 +0000
(13:00 +0100)
ex02/AForm.h
patch
|
blob
|
history
diff --git
a/ex02/AForm.h
b/ex02/AForm.h
index c6f867ccf7c3afc75380477adf35d86422fd7304..1d3d3a3601ddf387d0aaeaeddf37d9284ece396d 100644
(file)
--- a/
ex02/AForm.h
+++ b/
ex02/AForm.h
@@
-33,7
+33,7
@@
class AForm
const std::string &getTarget() const;
void beSigned(const Bureaucrat &bureaucrat);
void checkExecutorGrade(const Bureaucrat &bureaucrat) const;
- v
oid virtual
execute(const Bureaucrat &bureaucrat) const = 0;
+ v
irtual void
execute(const Bureaucrat &bureaucrat) const = 0;
class FormNotSignedException;
};