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
This commit is contained in:
Gilles Depeyrot
2001-07-22 17:03:06 +00:00
parent 5af4b77ff3
commit b142515e79
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#define _WX_STATBAR_H_
#ifdef __GNUG__
#pragma interface "statbar.h"
#pragma interface "statbrma.h"
#endif
class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric

View File

@@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "statbar.h"
#pragma implementation "statbrma.h"
#endif
// ----------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@
///////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "statbar.h"
#pragma implementation "statbrma.h"
#endif
// ----------------------------------------------------------------------------