Review implied changes
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user