From 9c78205ddf4e31fac9b46cabac39cffd8143165d Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 4 Feb 2022 18:23:54 +0100 Subject: [PATCH] [css] const in css_property_info --- src/document/css/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/document/css/property.h b/src/document/css/property.h index 8861ae8b6..ea2d43a65 100644 --- a/src/document/css/property.h +++ b/src/document/css/property.h @@ -114,7 +114,7 @@ typedef int (*css_property_value_parser_T)(struct css_property_info *propinfo, /** The struct css_property_info describes what values the properties can * have and what internal type they have. */ struct css_property_info { - char *name; + const char *name; enum css_property_type type; /** This is the storage type, basically describing what to save to