]> git.saurik.com Git - wxWidgets.git/commitdiff
blind fix for GCC compilation when #pragmas are honored
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 27 Dec 2004 08:52:17 +0000 (08:52 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 27 Dec 2004 08:52:17 +0000 (08:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/filedlg.h
include/wx/gtk1/filedlg.h
src/gtk/filedlg.cpp
src/gtk1/filedlg.cpp

index 1e37455f3cf129f4bcebe60ae150a127704a34f3..43dc8f418e3469f1eae85baba3210da120cb0563 100644 (file)
@@ -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"
index 1e37455f3cf129f4bcebe60ae150a127704a34f3..43dc8f418e3469f1eae85baba3210da120cb0563 100644 (file)
@@ -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"
index 8f63fb6f6aeb2fa9e23231a7a222083ff1f1c46a..2376366750043e957b7fcb385cf863931ef83ef6 100644 (file)
@@ -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".
index 8f63fb6f6aeb2fa9e23231a7a222083ff1f1c46a..2376366750043e957b7fcb385cf863931ef83ef6 100644 (file)
@@ -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".