X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9c4b1a2b5b926ced938130b2694b869403397cc..00421206821da3373ddc075d63149826b3be38af:/src/common/imagpng.cpp?ds=inline diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index e200c00b6d..4e487a7778 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -7,9 +7,14 @@ // 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 "image.h" #endif +*/ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h"