diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 2e83c09e..d7fab7e9 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -196,7 +196,7 @@ protected: friend class TextblockIterator; /* These fields provide some ad-hoc-functionality, used by sub-classes. */ - bool listItem; /* If true, the first word of the page is treated + bool hasListitemValue; /* If true, the first word of the page is treated specially (search in source). */ int innerPadding; /* This is an additional padding on the left side (used by ListItem). */ |