make evaluated_text_properties noncopyable
This commit is contained in:
parent
477d6cc7ee
commit
f7849cea09
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ struct evaluated_format_properties
|
|||
font_feature_settings_ptr font_feature_settings = std::make_shared<mapnik::font_feature_settings>();
|
||||
};
|
||||
|
||||
struct evaluated_text_properties
|
||||
struct evaluated_text_properties : noncopyable
|
||||
{
|
||||
label_placement_e label_placement = POINT_PLACEMENT;
|
||||
double label_spacing = 0.0; // distance between repeated labels on a single geometry
|
||||
|
|
Loading…
Reference in a new issue