]> git.saurik.com Git - wxWidgets.git/commitdiff
gcc pragmas fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 May 2002 18:26:51 +0000 (18:26 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 May 2002 18:26:51 +0000 (18:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filesys.cpp
src/generic/dcpsg.cpp
src/html/helpctrl.cpp
src/html/helpdata.cpp
src/html/helpfrm.cpp
src/html/htmlcell.cpp
src/html/htmlfilt.cpp
src/html/htmlpars.cpp
src/html/htmltag.cpp
src/html/htmprint.cpp
src/html/winpars.cpp

index 5fe670302135d5ef55069a078497a287918d29fd..cb0b0a3035fb44b9ebe1cba2c5d664675391155a 100644 (file)
@@ -8,7 +8,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "filesys.h"
 #endif
 
 #include "wx/wxprec.h"
index 359d8aafa6f045afd763b3d3226f5106291ff8f8..2a541dd0c6e62ac98f06657ba665ff217a96dd9f 100644 (file)
@@ -10,8 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
-#pragma interface
+#pragma implementation "dcpsg.h"
 #endif
 
 #include "wx/wxprec.h"
index dbbf32c4742c1fa23792f81f34ce71e200a4f86e..9933bbbf554db874c5ec154dd47103b9411ab695 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "helpctrl.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
index 25ea6a616481e313f84b65ab3cf90382944b5529..e8b0e27bab8621c987de810beb69b2b603bb4b9c 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "helpdata.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h".
index 8333e379bece25afb96666c6ffa227192160c1c3..2e17256a5eccf47d0cdff79c9d08b694accdc408 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "helpfrm.h"
 #endif
 
 // For compilers that support precompilation, includes "wx.h"
index 909584da202fe00c0d3a07773574286c17eba105..6a7f93f0c0ff583b1256cc88cc56a56d30e6001d 100644 (file)
@@ -8,7 +8,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmlcell.h"
 #endif
 
 #include "wx/wxprec.h"
index 941809373bb1e1102c42887f8cbe640aa533c495..0482dc49cd0c869e8b460d88a53d093028a78d5d 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmlfilt.h"
 #endif
 
 #include "wx/wxprec.h"
index 69be9d281e2f9af2702033b5c25282fe92702ce6..50b878f4da515570b03156487bb36bc122339dc0 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmlpars.h"
 #endif
 
 #include "wx/wxprec.h"
index 9d17c87eabe540d825cb8d8162ecdd6ffd61418d..33607f7adae6a8d6ff54554caa39b0af393d7b0c 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmltag.h"
 #endif
 
 #include "wx/wxprec.h"
index 5fe427ea148f26fa6784c445b0d1b4d3b53939c1..801403e017a3b8e5f463c4fe68a063e73593d300 100644 (file)
@@ -10,7 +10,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "htmprint.h"
 #endif
 
 // For compilers that support precompilation, includes "wx/wx.h".
index 877341fc05cc57c89510d5d164dac2e75df3a7c0..65c197c6eb608ef16066cbc2b7206117392db9bd 100644 (file)
@@ -9,7 +9,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma implementation "winpars.h"
 #endif
 
 #include "wx/wxprec.h"