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