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 // ----------------------------------------------------------------------------