forward declare agg:trans_affine as a struct in cairo_renderer.hpp as per original declaration

This commit is contained in:
Dane Springmeyer 2011-01-27 04:22:11 +00:00
parent a8328e1588
commit 65a19d1f8b

View file

@ -51,7 +51,7 @@
// apps using mapnik do not
// need agg headers
namespace agg {
class trans_affine;
struct trans_affine;
}
namespace mapnik {