diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-10-28 19:18:10 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-10-28 19:18:10 (GMT) |
commit | d5a41b029fc13c7f07944260af312a7264215808 (patch) | |
tree | 19b154e328c60fec0c4977a32ec82dfa834bfa95 /src/util.cpp | |
parent | ad9be5fb2339151f1d75a6c9aba4226e48a81ae1 (diff) | |
download | Doxygen-d5a41b029fc13c7f07944260af312a7264215808.zip Doxygen-d5a41b029fc13c7f07944260af312a7264215808.tar.gz Doxygen-d5a41b029fc13c7f07944260af312a7264215808.tar.bz2 |
Embed TagInfo struct inside Entry
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 27b2222..36d673b 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -6616,7 +6616,7 @@ PageDef *addRelatedPage(const char *name,const QCString &ptitle, const char *fileName,int startLine, const QList<ListItemInfo> *sli, GroupDef *gd, - TagInfo *tagInfo, + const TagInfo *tagInfo, bool xref, SrcLangExt lang ) |