summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 6fcc1d97..5b435cf8 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -13646,7 +13646,7 @@ namespace BinaryNinja {
BNFreeMediumLevelILFunction>
{
public:
- MediumLevelILFunction(Architecture* arch, Function* func = nullptr);
+ MediumLevelILFunction(Architecture* arch, Function* func, LowLevelILFunction* lowLevelIL);
MediumLevelILFunction(BNMediumLevelILFunction* func);
Ref<Function> GetFunction() const;