diff options
Diffstat (limited to 'cpp05/ex03/RobotomyRequestForm.hpp')
| -rw-r--r-- | cpp05/ex03/RobotomyRequestForm.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp05/ex03/RobotomyRequestForm.hpp b/cpp05/ex03/RobotomyRequestForm.hpp index a851b04..f6cafd1 100644 --- a/cpp05/ex03/RobotomyRequestForm.hpp +++ b/cpp05/ex03/RobotomyRequestForm.hpp @@ -6,7 +6,7 @@ /* By: cacharle <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:43:37 by cacharle #+# #+# */ -/* Updated: 2020/11/17 13:27:32 by cacharle ### ########.fr */ +/* Updated: 2020/12/12 12:20:48 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,7 +20,7 @@ class RobotomyRequestForm : public Form public: RobotomyRequestForm(const RobotomyRequestForm& other); RobotomyRequestForm& operator=(const RobotomyRequestForm& other); - ~RobotomyRequestForm(); + virtual ~RobotomyRequestForm(); RobotomyRequestForm(std::string const& target); |
