fix initialization order with markers_symbolizer to avoid compiler warning

This commit is contained in:
Dane Springmeyer 2012-07-05 14:52:15 -07:00
parent 8dea5a5fe2
commit 9b251e16f7

View file

@ -80,8 +80,8 @@ public:
marker_type_e get_marker_type() const; marker_type_e get_marker_type() const;
private: private:
bool ignore_placement_;
bool allow_overlap_; bool allow_overlap_;
bool ignore_placement_;
color fill_; color fill_;
double spacing_; double spacing_;
double max_error_; double max_error_;