fix ifdef - its libpng not pnglib :)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-23 16:23:53 +00:00
parent 08f1d43873
commit 96bbbe1be1

View File

@@ -18,7 +18,7 @@
#include "wx/defs.h"
#if wxUSE_PNGLIB
#if wxUSE_LIBPNG
class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler
{