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:
@@ -14,7 +14,7 @@
|
||||
#define _WX_STATBAR_H_
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "statbar.h"
|
||||
#pragma interface "statbrma.h"
|
||||
#endif
|
||||
|
||||
class WXDLLEXPORT wxStatusBarMac : public wxStatusBarGeneric
|
||||
|
@@ -10,7 +10,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "statbar.h"
|
||||
#pragma implementation "statbrma.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -10,7 +10,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "statbar.h"
|
||||
#pragma implementation "statbrma.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user