]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
Unicode compilation fixes
[wxWidgets.git] / src / common / imagpng.cpp
index 6a71a8c263383aecf003037b487399a89daab170..cee55ca261b4e1183a171b9b1639bbaa6c9396ab 100644 (file)
@@ -7,10 +7,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-/*
-   We don't put pragma implement in this file because it is already present in
-   src/common/image.cpp
-*/
+#ifdef __GNUG__
+#pragma implementation "imagpng.h"
+#endif
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
@@ -25,7 +24,7 @@
 
 #if wxUSE_LIBPNG
 
-#include "wx/image.h"
+#include "wx/imagpng.h"
 #include "wx/bitmap.h"
 #include "wx/debug.h"
 #include "wx/log.h"