+ remove forward decl of transcoder (using mapnik::transcoder) is
sufficient
This commit is contained in:
parent
b0b6daa6cb
commit
e7d9db9735
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ using mapnik::query;
|
||||||
using mapnik::parameters;
|
using mapnik::parameters;
|
||||||
using mapnik::coord2d;
|
using mapnik::coord2d;
|
||||||
|
|
||||||
class transcoder;
|
//class transcoder;
|
||||||
class postgis_datasource : public datasource
|
class postgis_datasource : public datasource
|
||||||
{
|
{
|
||||||
static const std::string GEOMETRY_COLUMNS;
|
static const std::string GEOMETRY_COLUMNS;
|
||||||
|
|
Loading…
Reference in a new issue