diff --git a/ex02/Base.cpp b/ex02/Base.cpp index b0ccb8a..d191caf 100644 --- a/ex02/Base.cpp +++ b/ex02/Base.cpp @@ -6,13 +6,13 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/09 13:23:31 by adjoly #+# #+# */ -/* Updated: 2025/04/09 14:05:54 by adjoly ### ########.fr */ +/* Updated: 2025/04/09 14:47:54 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ #include "Base.hpp" -#include #include +#include void _log(std::string emoji, std::string what, std::string who, std::string str) { @@ -76,6 +76,4 @@ void identify(Base &p) { std::cout << "this is none of those class :(" << std::endl; } -Base::~Base(void) { - _log("➖", "Base", "", "destructor called"); -} +Base::~Base(void) { _log("➖", "Base", "", "destructor called"); }