From ec90d46a02c61d3536b8b33713ed54c0d17145b5 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Mon, 20 Apr 2026 10:44:34 +0200 Subject: [PATCH] Fix omission --- lib/KOReaderSync/ChapterXPathIndexerState.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/KOReaderSync/ChapterXPathIndexerState.h b/lib/KOReaderSync/ChapterXPathIndexerState.h index fddbea12..92e0273a 100644 --- a/lib/KOReaderSync/ChapterXPathIndexerState.h +++ b/lib/KOReaderSync/ChapterXPathIndexerState.h @@ -54,6 +54,8 @@ struct StackState { } } + void onCharData(const XML_Char*, int) {} + int bodyIdx() const { for (int i = static_cast(stack.size()) - 1; i >= 0; i--) { if (stack[i].tag == "body") {