From 196cc38b26fb577274d307ba664dbc5a3196f301 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 4 Jul 2001 18:02:05 +0000 Subject: [PATCH] reverted Julians changes to the pragmas git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/window.h | 2 +- src/univ/files.lst | 2 +- src/univ/winuniv.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/univ/window.h b/include/wx/univ/window.h index 4ecfa23d2d..39949a871f 100644 --- a/include/wx/univ/window.h +++ b/include/wx/univ/window.h @@ -15,7 +15,7 @@ #define _WX_UNIV_WINDOW_H_ #ifdef __GNUG__ - #pragma interface "window.h" + #pragma interface "univwindow.h" #endif #include "wx/bitmap.h" // for m_bitmapBg diff --git a/src/univ/files.lst b/src/univ/files.lst index 9e533293e7..ae97dc12ac 100644 --- a/src/univ/files.lst +++ b/src/univ/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 21:37, 2001/07/03 +# This file was automatically generated by tmake at 18:07, 2001/07/04 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! UNIVOBJS = \ bmpbuttn.o \ diff --git a/src/univ/winuniv.cpp b/src/univ/winuniv.cpp index ca2c7c4be5..b3d73e3ed4 100644 --- a/src/univ/winuniv.cpp +++ b/src/univ/winuniv.cpp @@ -18,7 +18,7 @@ // --------------------------------------------------------------------------- #ifdef __GNUG__ - #pragma implementation "window.h" + #pragma implementation "univwindow.h" #endif // For compilers that support precompilation, includes "wx.h". -- 2.45.2