diff options
Diffstat (limited to 'cpp05/ex02/Form.hpp')
| -rw-r--r-- | cpp05/ex02/Form.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp05/ex02/Form.hpp b/cpp05/ex02/Form.hpp index 78828da..9798331 100644 --- a/cpp05/ex02/Form.hpp +++ b/cpp05/ex02/Form.hpp @@ -6,7 +6,7 @@ /* By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/14 19:19:45 by charles #+# #+# */ -/* Updated: 2020/11/17 17:09:15 by charles ### ########.fr */ +/* Updated: 2020/12/12 12:03:26 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -24,7 +24,7 @@ class Form public: Form(Form const& other); Form& operator=(Form const& other); - ~Form(); + virtual ~Form(); Form(std::string const& name, int gradeSign, int gradeExecute); |
