summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/entry.h b/src/entry.h
index d881386..8598564 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -140,9 +140,11 @@ class Entry
Strong = 0x00400000,
Weak = 0x00800000,
Unretained = 0x01000000,
- Composition = 0x02000000,
- Aggregation = 0x04000000,
- Association = 0x08000000
+ Alias = 0x02000000,
+ ConstExp = 0x04000000,
+ Default = 0x08000000,
+ Delete = 0x10000000,
+ NoExcept = 0x20000000
};
enum ClassSpecifier
{