Skip to content

Commit

Permalink
fix initialization order with markers_symbolizer to avoid compiler wa…
Browse files Browse the repository at this point in the history
…rning
  • Loading branch information
Dane Springmeyer committed Jul 5, 2012
1 parent 8dea5a5 commit 9b251e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mapnik/markers_symbolizer.hpp
Expand Up @@ -80,8 +80,8 @@ struct MAPNIK_DECL markers_symbolizer :
marker_type_e get_marker_type() const;

private:
bool ignore_placement_;
bool allow_overlap_;
bool ignore_placement_;
color fill_;
double spacing_;
double max_error_;
Expand Down

0 comments on commit 9b251e1

Please sign in to comment.