summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-25 14:12:28 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-25 14:12:28 (GMT)
commit12d999af7931c96dfb9dc366d785c3981ac244d4 (patch)
tree6a20c3dc5455dd1fe80017f34dc88f40ab2673ac /src/classdef.h
parent082e135c2de6a4d84074f006726f4b6ff53b1169 (diff)
downloadDoxygen-12d999af7931c96dfb9dc366d785c3981ac244d4.zip
Doxygen-12d999af7931c96dfb9dc366d785c3981ac244d4.tar.gz
Doxygen-12d999af7931c96dfb9dc366d785c3981ac244d4.tar.bz2
issue #7216: non-const getGroupDef() called on aliased member
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h
index a442ace..e64f0eb 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -72,7 +72,6 @@ class ClassDef : virtual public Definition
virtual ~ClassDef() {}
- virtual ClassDef *resolveAlias() = 0;
//-----------------------------------------------------------------------------------
// --- getters