remove deprecated voidp, closes #12896

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2011-01-24 17:36:44 +00:00
parent aa642a456c
commit c742231d29

View File

@ -522,7 +522,7 @@ wxPNGHandler::LoadFile(wxImage *image,
png_structp png_ptr = png_create_read_struct
(
PNG_LIBPNG_VER_STRING,
(voidp) NULL,
NULL,
wx_png_error,
wx_png_warning
);