From 1e012bd63788e54dd91b858b0ba356e2784af5e0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 13 Mar 2022 20:02:59 +0100 Subject: [PATCH] css.h: Fixed a wrong type --- css.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2