diff options
Diffstat (limited to 'cpp05/ex03/PresidentialPardonForm.hpp')
| -rw-r--r-- | cpp05/ex03/PresidentialPardonForm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp05/ex03/PresidentialPardonForm.hpp b/cpp05/ex03/PresidentialPardonForm.hpp index fcf8a70..36ab5ec 100644 --- a/cpp05/ex03/PresidentialPardonForm.hpp +++ b/cpp05/ex03/PresidentialPardonForm.hpp @@ -6,7 +6,7 @@ /* By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:42:46 by cacharle #+# #+# */ -/* Updated: 2020/11/17 17:02:03 by charles ### ########.fr */ +/* Updated: 2020/12/12 12:20:41 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,7 +20,7 @@ class PresidentialPardonForm : public Form public: PresidentialPardonForm(const PresidentialPardonForm& other); PresidentialPardonForm& operator=(const PresidentialPardonForm& other); - ~PresidentialPardonForm(); + virtual ~PresidentialPardonForm(); PresidentialPardonForm(std::string const& target); |
