diff options
Diffstat (limited to 'content/handlers/html/box.h')
-rw-r--r-- | content/handlers/html/box.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/handlers/html/box.h b/content/handlers/html/box.h index d0df73568..1059556e6 100644 --- a/content/handlers/html/box.h +++ b/content/handlers/html/box.h @@ -404,6 +404,10 @@ struct box { */ struct column *col; + /** + * List item value. + */ + int list_value; /** * List marker box if this is a list-item, or NULL. |