From 6a6268f404a623f8dbb7bf735ce1e78ba80dfbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Omn=C3=A8s?= Date: Tue, 26 Jul 2022 12:32:02 +0200 Subject: [PATCH] Update src/libzippp.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cédric Tabin --- src/libzippp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libzippp.h b/src/libzippp.h index 3b27378..5dfba31 100644 --- a/src/libzippp.h +++ b/src/libzippp.h @@ -103,8 +103,8 @@ namespace libzippp { * User-defined error-handler. * See https://libzip.org/documentation/zip_error_system_type.html */ - using ErrorHandlerCallback = std::function; + using ErrorHandlerCallback = std::function; /** * Represents a ZIP archive. This class provides useful methods to handle an archive