Review implied changes

This commit is contained in:
jpirnay
2026-04-01 11:14:53 +02:00
parent 9cdc1b8784
commit e1fd631ced
4 changed files with 13 additions and 4 deletions
@@ -15,6 +15,7 @@ namespace ChapterXPathIndexerInternal {
struct StackNode {
std::string tag;
int index = 1;
// Reserved for future text-node heuristics; intentionally unused for now.
bool hasText = false;
};