diff --git a/Adventures in Lestoria/Error.h b/Adventures in Lestoria/Error.h index 52bb9187..b87d5bdb 100644 --- a/Adventures in Lestoria/Error.h +++ b/Adventures in Lestoria/Error.h @@ -81,7 +81,7 @@ inline std::ofstream debugLogger; inline static void log(std::stringstream&str,std::source_location loc){ debugLogger<DYNAMIC_POINTER_CAST(const std::weak_ptr&variable){ std::shared_ptr newVariable=dynamic_pointer_cast(variable.lock()); if(!newVariable)ERR("Could not dynamic cast to pointer type "<