Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
artemp committed May 14, 2024
1 parent f89f221 commit 4548370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/symbolizer_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static const property_meta_type key_meta[const_max_key] = {
property_types::target_markers_multipolicy},
property_meta_type{"placement", // FIXME - change property name
[](enumeration_wrapper e) { return point_placement_e(point_placement_enum(e.value)).as_string(); },
property_types::target_double},
property_types::target_placement},
property_meta_type{"colorizer", nullptr, property_types::target_colorizer},
property_meta_type{"halo-transform", nullptr, property_types::target_transform},
property_meta_type{"num-columns", nullptr, property_types::target_integer},
Expand Down

0 comments on commit 4548370

Please sign in to comment.