From d4d8891a6bccfe44c1a29a5f4479c811ec8aba1c Mon Sep 17 00:00:00 2001 From: aortigos Date: Fri, 21 Nov 2025 11:42:22 +0100 Subject: [PATCH] Output messages fixed --- ex00/WrongAnimal/WrongAnimal.cpp | 6 +++--- ex00/WrongCat/WrongCat.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ex00/WrongAnimal/WrongAnimal.cpp b/ex00/WrongAnimal/WrongAnimal.cpp index 7553748..00babca 100644 --- a/ex00/WrongAnimal/WrongAnimal.cpp +++ b/ex00/WrongAnimal/WrongAnimal.cpp @@ -6,7 +6,7 @@ /* By: aortigos type = "WrongCat"; } WrongCat::~WrongCat() { - std::cout << "Cat has been destroyed" << std::endl; + std::cout << "WrongCat has been destroyed" << std::endl; } WrongCat::WrongCat(const WrongCat &other) : WrongAnimal(other)