summaryrefslogtreecommitdiffstats
path: root/src/entry.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-08-03 19:17:37 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-08-03 19:17:37 (GMT)
commit6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31 (patch)
treed54a211783205791dc3ce2ad8349f9fd7d1bce20 /src/entry.h
parente913d55b2e5a8e37ebd1ffd8fec730886a45fbda (diff)
downloadDoxygen-6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31.zip
Doxygen-6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31.tar.gz
Doxygen-6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31.tar.bz2
Bug 734077 - no uniquely matching class member found for inline function definition where parameter argument names don't match
Diffstat (limited to 'src/entry.h')
-rw-r--r--src/entry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.h b/src/entry.h
index 3e5f3d7..2cc2827 100644
--- a/src/entry.h
+++ b/src/entry.h
@@ -133,6 +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
// member specifiers (add new items to the beginning)
static const uint64 PrivateGettable = (1ULL<<20); // C# private getter