Skip to content

Commit

Permalink
properly set MAPNIK_DECL for mapnik::rule - closes #1527
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 10, 2012
1 parent ccda92f commit c53b607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/mapnik/rule.hpp
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 c53b607

Please sign in to comment.