expose cairo_renderer<cairo_surface_ptr>

This commit is contained in:
artemp 2014-08-11 13:24:11 +01:00
parent c197822116
commit aac69d0b34

View File

@ -176,6 +176,7 @@ protected:
};
extern template class MAPNIK_DECL cairo_renderer<cairo_ptr>;
extern template class MAPNIK_DECL cairo_renderer<cairo_surface_ptr>;
}