X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..e879e020e77be5fa33ffe41f86c915948c6c4ad7:/src/mac/notebmac.cpp diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index 2f8f53b786..aae205f86b 100644 --- a/src/mac/notebmac.cpp +++ b/src/mac/notebmac.cpp @@ -9,6 +9,10 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// +#ifdef __GNUG__ + #pragma implementation "notebook.h" +#endif + // ============================================================================ // declarations // ============================================================================ @@ -16,10 +20,6 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ - #pragma implementation "notebook.h" -#endif - #include "wx/app.h" #include "wx/string.h" #include "wx/log.h" @@ -355,7 +355,6 @@ void wxNotebook::MacSetupTabs() wxNotebookPage *page; ControlTabInfoRec info; - OSStatus err = noErr ; for(int ii = 0; ii < GetPageCount(); ii++) { page = m_pages[ii];