make Map equality comparable (work-in-progress)

This commit is contained in:
artemp 2013-11-29 16:59:04 +00:00
parent c8466ae654
commit c98903b7a6

View file

@ -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: