X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=css.h;h=1cd76afd93756a598309146f7879e3639cbbc0df;hb=1e012bd63788e54dd91b858b0ba356e2784af5e0;hp=9344a639ed168d31a2c82bf99fd621b6d7d6ac1f;hpb=a8cc108c3efad9fb7f42b9871ac60a48cce0d335;p=leo.git 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;