summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2020-08-24 09:11:45 -0400
committerPeter LaFosse <peter@vector35.com>2020-08-24 09:11:49 -0400
commit1bb6a1a3c7a3d54855173f5a760cbb72b4fd5229 (patch)
tree61c549146d5c425466b6bc7417bbc8afae159e4b
parent3485769f83dbfce783df886689841db3a1544916 (diff)
Add dot operator type
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 68af6ee0..5d22367e 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -637,6 +637,7 @@ extern "C"
OperatorEqualNameType,
OperatorNotEqualNameType,
OperatorArrayNameType,
+ OperatorDotNameType,
OperatorArrowNameType,
OperatorStarNameType,
OperatorIncrementNameType,