Skip to content

Commit

Permalink
Update src/libzippp.h
Browse files Browse the repository at this point in the history
Co-authored-by: Cédric Tabin <[email protected]>
  • Loading branch information
flomnes and ctabin committed Jul 26, 2022
1 parent 6736522 commit 6a6268f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libzippp.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ namespace libzippp {
* User-defined error-handler.
* See https://libzip.org/documentation/zip_error_system_type.html
*/
using ErrorHandlerCallback = std::function<void(int /* error_code_zip */,
int /* error_code_system */)>;
using ErrorHandlerCallback = std::function<void(int zip_error_code,
int system_error_code)>;

/**
* Represents a ZIP archive. This class provides useful methods to handle an archive
Expand Down

0 comments on commit 6a6268f

Please sign in to comment.