From 49a143664075d786078a899ae8b3c947330f4df2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 27 Dec 2004 08:52:17 +0000 Subject: [PATCH] blind fix for GCC compilation when #pragmas are honored git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/gtk/filedlg.h | 2 +- include/wx/gtk1/filedlg.h | 2 +- src/gtk/filedlg.cpp | 2 +- src/gtk1/filedlg.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/gtk/filedlg.h b/include/wx/gtk/filedlg.h index 1e37455f3c..43dc8f418e 100644 --- a/include/wx/gtk/filedlg.h +++ b/include/wx/gtk/filedlg.h @@ -12,7 +12,7 @@ #define __GTKFILEDLGH__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface +#pragma interface "filedlggtk.h" #endif #include "wx/generic/filedlgg.h" diff --git a/include/wx/gtk1/filedlg.h b/include/wx/gtk1/filedlg.h index 1e37455f3c..43dc8f418e 100644 --- a/include/wx/gtk1/filedlg.h +++ b/include/wx/gtk1/filedlg.h @@ -12,7 +12,7 @@ #define __GTKFILEDLGH__ #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface +#pragma interface "filedlggtk.h" #endif #include "wx/generic/filedlgg.h" diff --git a/src/gtk/filedlg.cpp b/src/gtk/filedlg.cpp index 8f63fb6f6a..2376366750 100644 --- a/src/gtk/filedlg.cpp +++ b/src/gtk/filedlg.cpp @@ -8,7 +8,7 @@ ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "filedlg.h" +#pragma implementation "filedlggtk.h" #endif // For compilers that support precompilation, includes "wx.h". diff --git a/src/gtk1/filedlg.cpp b/src/gtk1/filedlg.cpp index 8f63fb6f6a..2376366750 100644 --- a/src/gtk1/filedlg.cpp +++ b/src/gtk1/filedlg.cpp @@ -8,7 +8,7 @@ ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "filedlg.h" +#pragma implementation "filedlggtk.h" #endif // For compilers that support precompilation, includes "wx.h". -- 2.45.2