From: Vadim Zeitlin Date: Tue, 6 Apr 1999 14:38:30 +0000 (+0000) Subject: fixed compilation for gcc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c972e125b6a8d219da47fe729af717931e5076ff fixed compilation for gcc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/imagjpeg.cpp b/src/common/imagjpeg.cpp index f36b632c7f..e91863170c 100644 --- a/src/common/imagjpeg.cpp +++ b/src/common/imagjpeg.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" 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"