mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
html: list counter style: Constify {pre|post}fix memebers.
This commit is contained in:
parent
87b5fd1bcc
commit
3b57deb046
@ -41,8 +41,8 @@ struct list_counter_style {
|
||||
const unsigned int length;
|
||||
const symbol_t value;
|
||||
} pad;
|
||||
symbol_t prefix;
|
||||
symbol_t postfix;
|
||||
const symbol_t prefix;
|
||||
const symbol_t postfix;
|
||||
const symbol_t *symbols; /**< array of symbols which represent this style */
|
||||
const int *weights; /**< symbol weights for additive schemes */
|
||||
const size_t items; /**< items in symbol and weight table */
|
||||
|
Loading…
Reference in New Issue
Block a user