summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelilinstruction.h')
-rw-r--r--lowlevelilinstruction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lowlevelilinstruction.h b/lowlevelilinstruction.h
index 97f10c32..c7bbc7f4 100644
--- a/lowlevelilinstruction.h
+++ b/lowlevelilinstruction.h
@@ -533,6 +533,7 @@ namespace BinaryNinja
const LowLevelILInstruction operator[](size_t i) const;
operator _STD_VECTOR<LowLevelILInstruction>() const;
+ operator _STD_VECTOR<ExprId>() const;
};
/*!