summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index c4aac243..9eb74713 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -260,6 +260,7 @@ extern "C"
enum BNLinearDisassemblyLineType
{
BlankLineType,
+ BasicLineType,
CodeDisassemblyLineType,
DataVariableLineType,
HexDumpLineType,