diff --git a/include/scopeguard.h b/include/scopeguard.h index 7c34847..b99bd97 100644 --- a/include/scopeguard.h +++ b/include/scopeguard.h @@ -36,7 +36,7 @@ namespace osdev { namespace components { namespace mqtt { -using CleanUpFunction = std::function; +using CleanUpFunction = std::function; /** * @brief Ensures that a cleanup function is called at the end of the current scope.