From dfb3408f7d2534550cc57139637218e2c6aa59bf Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 4 Oct 2004 21:25:50 +0000 Subject: [PATCH] future portability to libpng 1.2.7 --- panda/src/pnmimagetypes/pnmFileTypePNG.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pnmimagetypes/pnmFileTypePNG.cxx b/panda/src/pnmimagetypes/pnmFileTypePNG.cxx index f561f68026..01bbee89c9 100755 --- a/panda/src/pnmimagetypes/pnmFileTypePNG.cxx +++ b/panda/src/pnmimagetypes/pnmFileTypePNG.cxx @@ -58,7 +58,7 @@ PNMFileTypePNG() { // dereferencing convention on the notify category. if (pnmimage_png_cat->is_debug()) { pnmimage_png_cat->debug() - << "PNG version " << png_libpng_ver << "\n"; + << "PNG version " << PNG_LIBPNG_VER << "\n"; } }