summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-09-22 20:10:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-09-22 20:10:24 (GMT)
commit92eb236037e857f38eaf24238815641a48540792 (patch)
treeda8d2e5540ec99f99ee5b6f9e7ccc634cefe3125 /src/entry.h
parente92edc49d3cdaf3f484d10f66d9cc17f2c53fc24 (diff)
downloadDoxygen-92eb236037e857f38eaf24238815641a48540792.zip
Doxygen-92eb236037e857f38eaf24238815641a48540792.tar.gz
Doxygen-92eb236037e857f38eaf24238815641a48540792.tar.bz2
Bug 735376 - tag file: Unknown compound attribute `singleton' found!
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.h b/src/entry.h
index 2cc2827..c92038f 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -133,7 +133,7 @@ class Entry
static const uint64 Enum = (1ULL<<12); // for Java-style enums
static const uint64 Service = (1ULL<<13); // UNO IDL
static const uint64 Singleton = (1ULL<<14); // UNO IDL
- static const uint64 ForwardDecl = (1ULL<<14); // forward declarad template classes
+ static const uint64 ForwardDecl = (1ULL<<15); // forward declarad template classes
// member specifiers (add new items to the beginning)
static const uint64 PrivateGettable = (1ULL<<20); // C# private getter