summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-09-01 09:30:50 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-09-01 09:30:50 (GMT)
commitbaba2724a4a76719d4bcff093d64ec50cd53db57 (patch)
treebb399b3f87186aea76c4114beea7e603ac75f62f /src/util.cpp
parent8970cd397fdbce240878e88132c1bd7851637f13 (diff)
downloadDoxygen-baba2724a4a76719d4bcff093d64ec50cd53db57.zip
Doxygen-baba2724a4a76719d4bcff093d64ec50cd53db57.tar.gz
Doxygen-baba2724a4a76719d4bcff093d64ec50cd53db57.tar.bz2
Update mail address
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index b387a84..0d248e1 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2665,7 +2665,7 @@ Protection classInheritedProtectionLevel(ClassDef *cd,ClassDef *bcd,Protection p
if (level==256)
{
err("Internal inconsistency: found class %s seem to have a recursive "
- "inheritance relation! Please send a bug report to dimitri@stack.nl\n",cd->name().data());
+ "inheritance relation! Please send a bug report to doxygen@gmail.com\n",cd->name().data());
}
else if (cd->baseClasses())
{