From 1aedb1dd8b6e2ace57901cbe0ce70786ddb67947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 5 May 2002 18:26:51 +0000 Subject: [PATCH] gcc pragmas fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filesys.cpp | 2 +- src/generic/dcpsg.cpp | 3 +-- src/html/helpctrl.cpp | 2 +- src/html/helpdata.cpp | 2 +- src/html/helpfrm.cpp | 2 +- src/html/htmlcell.cpp | 2 +- src/html/htmlfilt.cpp | 2 +- src/html/htmlpars.cpp | 2 +- src/html/htmltag.cpp | 2 +- src/html/htmprint.cpp | 2 +- src/html/winpars.cpp | 2 +- 11 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/common/filesys.cpp b/src/common/filesys.cpp index 5fe6703021..cb0b0a3035 100644 --- a/src/common/filesys.cpp +++ b/src/common/filesys.cpp @@ -8,7 +8,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "filesys.h" #endif #include "wx/wxprec.h" diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 359d8aafa6..2a541dd0c6 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -10,8 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation -#pragma interface +#pragma implementation "dcpsg.h" #endif #include "wx/wxprec.h" diff --git a/src/html/helpctrl.cpp b/src/html/helpctrl.cpp index dbbf32c474..9933bbbf55 100644 --- a/src/html/helpctrl.cpp +++ b/src/html/helpctrl.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "helpctrl.h" #endif // For compilers that support precompilation, includes "wx.h". diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index 25ea6a6164..e8b0e27bab 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "helpdata.h" #endif // For compilers that support precompilation, includes "wx.h". diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 8333e379be..2e17256a5e 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -10,7 +10,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "helpfrm.h" #endif // For compilers that support precompilation, includes "wx.h" diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 909584da20..6a7f93f0c0 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -8,7 +8,7 @@ ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmlcell.h" #endif #include "wx/wxprec.h" diff --git a/src/html/htmlfilt.cpp b/src/html/htmlfilt.cpp index 941809373b..0482dc49cd 100644 --- a/src/html/htmlfilt.cpp +++ b/src/html/htmlfilt.cpp @@ -9,7 +9,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmlfilt.h" #endif #include "wx/wxprec.h" diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp index 69be9d281e..50b878f4da 100644 --- a/src/html/htmlpars.cpp +++ b/src/html/htmlpars.cpp @@ -9,7 +9,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmlpars.h" #endif #include "wx/wxprec.h" diff --git a/src/html/htmltag.cpp b/src/html/htmltag.cpp index 9d17c87eab..33607f7ada 100644 --- a/src/html/htmltag.cpp +++ b/src/html/htmltag.cpp @@ -9,7 +9,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmltag.h" #endif #include "wx/wxprec.h" diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 5fe427ea14..801403e017 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -10,7 +10,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "htmprint.h" #endif // For compilers that support precompilation, includes "wx/wx.h". diff --git a/src/html/winpars.cpp b/src/html/winpars.cpp index 877341fc05..65c197c6eb 100644 --- a/src/html/winpars.cpp +++ b/src/html/winpars.cpp @@ -9,7 +9,7 @@ #ifdef __GNUG__ -#pragma implementation +#pragma implementation "winpars.h" #endif #include "wx/wxprec.h" -- 2.45.2