Skip to content

Commit 57de6d6

Browse files
committed
issue #7606 Unable to build "master" branch
regression on: ``` Commit: 1a56a39 [1a56a39] Commit Date: Friday, February 21, 2020 9:07:13 PM Restructure section handling ``` when sqlite3 has been enabled for the build.
1 parent d391530 commit 57de6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sqlite3gen.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,10 +2486,10 @@ static void generateSqlite3ForPage(const PageDef *pd,bool isExample)
24862486
}
24872487
else
24882488
{
2489-
SectionInfo *si = Doxygen::sectionDict->find(pd->name());
2489+
SectionInfo *si = SectionManager::instance().find(pd->name());
24902490
if (si)
24912491
{
2492-
title = si->title;
2492+
title = si->title();
24932493
}
24942494

24952495
if(!title){title = pd->title();}

0 commit comments

Comments
 (0)