Minor wxPNGHandler cleanup.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 13:33:48 +0000 (13:33 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 4 Jan 2011 13:33:48 +0000 (13:33 +0000)
commit50fa616c353d39c3a5c948c62ded2d3f00400e1d
treed65fb601cf3a3900c470742a4fa388a795713659
parent1de255d61341d80cfad92d4b34e9a73f6888e800
Minor wxPNGHandler cleanup.

Use int instead of png_uint_16 everywhere regarding number of palette entries, similar to how libpng exposes it (internally it uses png_uint_16).

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