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:
@@ -522,7 +522,7 @@ wxPNGHandler::LoadFile(wxImage *image,
|
|||||||
png_structp png_ptr = png_create_read_struct
|
png_structp png_ptr = png_create_read_struct
|
||||||
(
|
(
|
||||||
PNG_LIBPNG_VER_STRING,
|
PNG_LIBPNG_VER_STRING,
|
||||||
(voidp) NULL,
|
NULL,
|
||||||
wx_png_error,
|
wx_png_error,
|
||||||
wx_png_warning
|
wx_png_warning
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user