From 192bc7ec73b635dfb6b39312938f8a7d1e6c426e Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Fri, 30 Aug 2019 23:15:12 +0200 Subject: [PATCH] extract: Fix mismatched parameter names --- src/cli/extract.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/extract.hpp b/src/cli/extract.hpp index 155d4e2..7240e48 100644 --- a/src/cli/extract.hpp +++ b/src/cli/extract.hpp @@ -114,6 +114,6 @@ struct extract_options { }; -void process_file(const boost::filesystem::path & file, const extract_options & o); +void process_file(const boost::filesystem::path & installer, const extract_options & o); #endif // INNOEXTRACT_CLI_EXTRACT_HPP