Skip to content

Commit

Permalink
properly set MAPNIK_DECL for mapnik::rule - closes mapnik#1527
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer authored and PetrDlouhy committed Aug 21, 2013
1 parent 09716ff commit 36be162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/mapnik/rule.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <mapnik/feature.hpp>
#include <mapnik/expression.hpp>
#include <mapnik/expression_string.hpp>
#include <mapnik/config.hpp> // MAPNIK_DECL

// boost
#include <boost/concept_check.hpp>
Expand Down Expand Up @@ -127,7 +128,7 @@ typedef boost::variant<point_symbolizer,
markers_symbolizer,
debug_symbolizer> symbolizer;

class rule
class MAPNIK_DECL rule
{
public:
typedef std::vector<symbolizer> symbolizers;
Expand Down

0 comments on commit 36be162

Please sign in to comment.