From: Martin Mares Date: Sun, 13 Mar 2022 19:02:59 +0000 (+0100) Subject: css.h: Fixed a wrong type X-Git-Url: http://mj.ucw.cz/gitweb/?p=leo.git;a=commitdiff_plain;h=1e012bd63788e54dd91b858b0ba356e2784af5e0 css.h: Fixed a wrong type --- diff --git a/css.h b/css.h index 9344a63..1cd76af 100644 --- a/css.h +++ b/css.h @@ -38,7 +38,7 @@ enum css_object_type { struct css_path { cnode n; - enum osm_object_type type; // Object type or OSM_TYPE_ANY + enum css_object_type type; // Object type or CSS_TYPE_ANY clist conditions; // Attribute conditions layer_t layer; // STYLE_LAYER_xxx or more osm_val_t role;