forward declard agg:trans_affine as a struct as per original declaration

This commit is contained in:
Dane Springmeyer 2011-01-27 04:20:04 +00:00
parent 5bf6efafb0
commit a8328e1588

View File

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