+ use class/struct keywords correctly

This commit is contained in:
Artem Pavlenko 2009-02-17 22:06:30 +00:00
parent 09317c242b
commit 5358417474

View file

@ -39,7 +39,7 @@
namespace mapnik {
class rasterizer;
struct rasterizer;
template <typename T>
class MAPNIK_DECL agg_renderer : public feature_style_processor<agg_renderer<T> >,