From 34ae45ef8c1de266ac8ab50fb1fd8c660a68eab4 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Tue, 21 Jan 2025 13:00:17 +0100 Subject: [PATCH] Fix formatting --- ex02/AForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex02/AForm.h b/ex02/AForm.h index c6f867c..1d3d3a3 100644 --- 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; - void virtual execute(const Bureaucrat &bureaucrat) const = 0; + virtual void execute(const Bureaucrat &bureaucrat) const = 0; class FormNotSignedException; }; -- 2.30.2