From 79d1e6e5c0df11644060b0fc34dffb69f016d15b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 30 Jul 2013 12:32:32 -0400 Subject: [PATCH] add note about miniz porting and #1967 --- include/mapnik/miniz_png.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mapnik/miniz_png.hpp b/include/mapnik/miniz_png.hpp index a371daa41..db116c3b4 100644 --- a/include/mapnik/miniz_png.hpp +++ b/include/mapnik/miniz_png.hpp @@ -37,6 +37,7 @@ - avoiding including miniz.c here requires fwd declaring the two structs below - being able to fwd declare requires removing typedef from struct declarations in miniz.c - being able to fwd declare also requires using pointers to structs + - if updated, need to apply c++11 fix: https://github.com/mapnik/mapnik/issues/1967 */ // TODO: try using #define MINIZ_HEADER_FILE_ONLY