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)