summaryrefslogtreecommitdiffstats
path: root/tools/aidl/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aidl/AST.h')
-rwxr-xr-xtools/aidl/AST.h2
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
};