]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation for gcc
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 1999 14:38:30 +0000 (14:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 1999 14:38:30 +0000 (14:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/imagjpeg.cpp
src/common/imagpng.cpp

index f36b632c7f08fb4904d7afbc72b201d491a9197d..e91863170c85b5eec550aa0fff0d3433738ab6c6 100644 (file)
@@ -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"
index e200c00b6d8ddd2a4c813e800f95a27f4e52fe0e..4e487a7778cb6ae4c30a9dc7df44078802d5d41e 100644 (file)
@@ -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"