summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h
index 74eea8f..d35d80e 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -141,7 +141,8 @@ class Entry
GROUPDOC_SEC = 0x01000000,
USINGDIR_SEC = 0x01100000,
MAINPAGEDOC_SEC = 0x01200000,
- MEMBERGRP_SEC = 0x01300000
+ MEMBERGRP_SEC = 0x01300000,
+ USINGDECL_SEC = 0x01400000
};
Entry();