forward declare agg:trans_affine as a struct in cairo_renderer.hpp as per original declaration
This commit is contained in:
parent
a8328e1588
commit
65a19d1f8b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
// apps using mapnik do not
|
// apps using mapnik do not
|
||||||
// need agg headers
|
// need agg headers
|
||||||
namespace agg {
|
namespace agg {
|
||||||
class trans_affine;
|
struct trans_affine;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
Loading…
Reference in a new issue