fix initialization order with markers_symbolizer to avoid compiler warning
This commit is contained in:
parent
8dea5a5fe2
commit
9b251e16f7
1 changed files with 1 additions and 1 deletions
|
@ -80,8 +80,8 @@ public:
|
|||
marker_type_e get_marker_type() const;
|
||||
|
||||
private:
|
||||
bool ignore_placement_;
|
||||
bool allow_overlap_;
|
||||
bool ignore_placement_;
|
||||
color fill_;
|
||||
double spacing_;
|
||||
double max_error_;
|
||||
|
|
Loading…
Reference in a new issue