make Map equality comparable (work-in-progress)
This commit is contained in:
parent
c8466ae654
commit
c98903b7a6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ namespace mapnik
|
|||
class feature_type_style;
|
||||
class CoordTransform;
|
||||
|
||||
class MAPNIK_DECL Map
|
||||
class MAPNIK_DECL Map : boost::equality_comparable<Map>
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue