diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-11-17 19:42:40 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-11-17 19:42:40 (GMT) |
commit | c6e41226574c94a869ad0757b53027562ef189e1 (patch) | |
tree | 8337108da498597418cc0db4da84a0867cd2a096 /src/classdef.cpp | |
parent | 9f477b87fc492221e1b7109d197fe468cd0ed23d (diff) | |
download | Doxygen-c6e41226574c94a869ad0757b53027562ef189e1.zip Doxygen-c6e41226574c94a869ad0757b53027562ef189e1.tar.gz Doxygen-c6e41226574c94a869ad0757b53027562ef189e1.tar.bz2 |
Bug 740218 - Full scope needed when making link inside cross-referenced section
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r-- | src/classdef.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp index 271634a..e6b9064 100644 --- a/src/classdef.cpp +++ b/src/classdef.cpp @@ -3879,7 +3879,8 @@ void ClassDef::addListReferences() : theTranslator->trClass(TRUE,TRUE), getOutputFileBase(), displayName(), - 0 + 0, + this ); } if (m_impl->memberGroupSDict) |