diff options
Diffstat (limited to 'lowlevelilinstruction.h')
| -rw-r--r-- | lowlevelilinstruction.h | 1 |
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; }; /*! |
