summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/entry.h b/src/entry.h
index 4d1c1c4..3514e85 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * $Id$
+ *
*
* Copyright (C) 1997-2000 by Dimitri van Heesch.
*
@@ -139,7 +139,8 @@ class Entry
DEFINE_SEC = 0x00f00000,
GROUPDOC_SEC = 0x01000000,
USINGDIR_SEC = 0x01100000,
- MAINPAGEDOC_SEC = 0x01200000
+ MAINPAGEDOC_SEC = 0x01200000,
+ MEMBERGRP_SEC = 0x01300000
};
Entry();