From 2aecafe146f0048d5125df9190a5a3d8da1bdb6d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 21 Aug 2024 15:02:28 -0400 Subject: Fix progress function types in binaryninjaapi.h --- binaryninjaapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 320a551f..70d40b47 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -13495,9 +13495,9 @@ namespace BinaryNinja { BNUpdateResult UpdateToVersion(const std::string& version); BNUpdateResult UpdateToVersion( - const std::string& version, const std::function& progress); + const std::string& version, const std::function& progress); BNUpdateResult UpdateToLatestVersion(); - BNUpdateResult UpdateToLatestVersion(const std::function& progress); + BNUpdateResult UpdateToLatestVersion(const std::function& progress); }; /*! UpdateVersion documentation -- cgit v1.3.1