]> git.saurik.com Git - wxWidgets.git/commitdiff
remove deprecated voidp, closes #12896
authorPaul Cornett <paulcor@bullseye.com>
Mon, 24 Jan 2011 17:36:44 +0000 (17:36 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 24 Jan 2011 17:36:44 +0000 (17:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagpng.cpp

index f5f0d829242936143ce9dc87936bf2be99d77895..41b13785285edd78ea8ac33f8654613cb6c6b94e 100644 (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
                           );