expose vpgen_clip_polyline so cpp tests will work on windows
This commit is contained in:
parent
738c2e5566
commit
d34661f7d7
1 changed files with 4 additions and 1 deletions
5
deps/agg/include/agg_vpgen_clip_polyline.h
vendored
5
deps/agg/include/agg_vpgen_clip_polyline.h
vendored
|
@ -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() :
|
||||||
|
|
Loading…
Reference in a new issue