X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de1196ab3ad5c0f143870b1bf5568adcf383424..55bfbcb92b41ab1c6a0d490f2f3fcadefc069bb7:/include/wx/mac/carbon/statline.h diff --git a/include/wx/mac/carbon/statline.h b/include/wx/mac/carbon/statline.h index 5b78ea3708..53e95d1084 100644 --- a/include/wx/mac/carbon/statline.h +++ b/include/wx/mac/carbon/statline.h @@ -11,10 +11,6 @@ #ifndef _WX_GENERIC_STATLINE_H_ #define _WX_GENERIC_STATLINE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "statline.h" -#endif - class wxStaticBox; // ---------------------------------------------------------------------------- @@ -32,7 +28,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ) + const wxString &name = wxStaticLineNameStr ) : m_statbox(NULL) { Create(parent, id, pos, size, style, name); @@ -43,7 +39,7 @@ public: const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, long style = wxLI_HORIZONTAL, - const wxString &name = wxStaticTextNameStr ); + const wxString &name = wxStaticLineNameStr ); // it's necessary to override this wxWindow function because we // will want to return the main widget for m_statbox