expose vpgen_clip_polyline so cpp tests will work on windows

This commit is contained in:
Dane Springmeyer 2013-05-25 18:13:39 -07:00
parent 738c2e5566
commit d34661f7d7

View file

@ -18,6 +18,9 @@
#include "agg_basics.h" #include "agg_basics.h"
// https://github.com/mapnik/mapnik/issues/1860
#include <mapnik/config.hpp>
namespace agg namespace agg
{ {
@ -25,7 +28,7 @@ namespace agg
// //
// See Implementation agg_vpgen_clip_polyline.cpp // See Implementation agg_vpgen_clip_polyline.cpp
// //
class vpgen_clip_polyline class MAPNIK_DECL vpgen_clip_polyline
{ {
public: public:
vpgen_clip_polyline() : vpgen_clip_polyline() :