// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
+#ifdef __GNUG__
+ #pragma implementation "notebook.h"
+#endif
+
// ============================================================================
// declarations
// ============================================================================
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
- #pragma implementation "notebook.h"
-#endif
-
#include "wx/app.h"
#include "wx/string.h"
#include "wx/log.h"
wxNotebookPage *page;
ControlTabInfoRec info;
- OSStatus err = noErr ;
for(int ii = 0; ii < GetPageCount(); ii++)
{
page = m_pages[ii];