diff options
Diffstat (limited to 'tools/aidl/AST.h')
-rwxr-xr-x | tools/aidl/AST.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aidl/AST.h b/tools/aidl/AST.h index aec2164..3156356 100755 --- a/tools/aidl/AST.h +++ b/tools/aidl/AST.h @@ -22,6 +22,8 @@ enum { FINAL = 0x00000020, ABSTRACT = 0x00000040, + OVERRIDE = 0x00000100, + ALL_MODIFIERS = 0xffffffff }; |