Fixed deprecated usage warnings in wxPNGHandler.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 13:06:45 +0000 (13:06 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 13:06:45 +0000 (13:06 +0000)
commit1de255d61341d80cfad92d4b34e9a73f6888e800
tree5b3d7bd4b19ab393f79afd567274a1280c673fe0
parent65918917b12766d7addaea77c0d8b1cd8a63a69c
Fixed deprecated usage warnings in wxPNGHandler.

Since upgrading to a newer libpng its structure members are marked as deprecated (probably as a way to discourage their direct usage). Replaced accessing them by using function calls instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/imagpng.cpp