fix compiler warnings e.g warning: class 'xxx' was previously declared as a struct [-Wmismatched-tags]
This commit is contained in:
parent
c6cd132c31
commit
c08b639902
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@
|
||||||
|
|
||||||
namespace mapnik {
|
namespace mapnik {
|
||||||
|
|
||||||
class symbolizer_base;
|
struct symbolizer_base;
|
||||||
class feature_impl;
|
class feature_impl;
|
||||||
class proj_transform;
|
class proj_transform;
|
||||||
class renderer_common;
|
struct renderer_common;
|
||||||
|
|
||||||
coord<double, 2> pattern_offset(
|
coord<double, 2> pattern_offset(
|
||||||
symbolizer_base const & sym,
|
symbolizer_base const & sym,
|
||||||
|
|
Loading…
Add table
Reference in a new issue