export agg::vcgen_dash
This commit is contained in:
parent
a8bf7c72f9
commit
65b20e44e3
1 changed files with 4 additions and 3 deletions
7
deps/agg/include/agg_vcgen_dash.h
vendored
7
deps/agg/include/agg_vcgen_dash.h
vendored
|
@ -2,8 +2,8 @@
|
||||||
// Anti-Grain Geometry - Version 2.4
|
// Anti-Grain Geometry - Version 2.4
|
||||||
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
|
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
|
||||||
//
|
//
|
||||||
// Permission to copy, use, modify, sell and distribute this software
|
// Permission to copy, use, modify, sell and distribute this software
|
||||||
// is granted provided this copyright notice appears in all copies.
|
// is granted provided this copyright notice appears in all copies.
|
||||||
// This software is provided "as is" without express or implied
|
// This software is provided "as is" without express or implied
|
||||||
// warranty, and with no claim as to its suitability for any purpose.
|
// warranty, and with no claim as to its suitability for any purpose.
|
||||||
//
|
//
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
#include "agg_basics.h"
|
#include "agg_basics.h"
|
||||||
#include "agg_vertex_sequence.h"
|
#include "agg_vertex_sequence.h"
|
||||||
|
#include <mapnik/config.hpp>
|
||||||
|
|
||||||
namespace agg
|
namespace agg
|
||||||
{
|
{
|
||||||
|
@ -29,7 +30,7 @@ namespace agg
|
||||||
//
|
//
|
||||||
// See Implementation agg_vcgen_dash.cpp
|
// See Implementation agg_vcgen_dash.cpp
|
||||||
//
|
//
|
||||||
class vcgen_dash
|
class MAPNIK_DECL vcgen_dash
|
||||||
{
|
{
|
||||||
enum max_dashes_e
|
enum max_dashes_e
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue