From b142515e79888988bf22c532c8c0da175fb59aca Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 22 Jul 2001 17:03:06 +0000 Subject: [PATCH] corrected pragma interface/implementation for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/statusbr.h | 2 +- src/mac/carbon/statbrma.cpp | 2 +- src/mac/statbrma.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/mac/statusbr.h b/include/wx/mac/statusbr.h index 2803992734..333a5fdd98 100644 --- a/include/wx/mac/statusbr.h +++ b/include/wx/mac/statusbr.h @@ -14,7 +14,7 @@ #define _WX_STATBAR_H_ #ifdef __GNUG__ -#pragma interface "statbar.h" +#pragma interface "statbrma.h" #endif class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric diff --git a/src/mac/carbon/statbrma.cpp b/src/mac/carbon/statbrma.cpp index f40b9b7e8d..ee0c59a422 100644 --- a/src/mac/carbon/statbrma.cpp +++ b/src/mac/carbon/statbrma.cpp @@ -10,7 +10,7 @@ /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "statbar.h" +#pragma implementation "statbrma.h" #endif // ---------------------------------------------------------------------------- diff --git a/src/mac/statbrma.cpp b/src/mac/statbrma.cpp index f40b9b7e8d..ee0c59a422 100644 --- a/src/mac/statbrma.cpp +++ b/src/mac/statbrma.cpp @@ -10,7 +10,7 @@ /////////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ -#pragma implementation "statbar.h" +#pragma implementation "statbrma.h" #endif // ---------------------------------------------------------------------------- -- 2.45.2