]> mj.ucw.cz Git - leo.git/commitdiff
css.h: Fixed a wrong type master
authorMartin Mares <mj@ucw.cz>
Sun, 13 Mar 2022 19:02:59 +0000 (20:02 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 13 Mar 2022 19:02:59 +0000 (20:02 +0100)
css.h

diff --git a/css.h b/css.h
index 9344a639ed168d31a2c82bf99fd621b6d7d6ac1f..1cd76afd93756a598309146f7879e3639cbbc0df 100644 (file)
--- 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;