]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
updated source to not use deprecated wxList methods
[wxWidgets.git] / src / mac / notebmac.cpp
index 908cef7b5f8b7aa1c578b544616f870643d94227..aae205f86b13f1cdde9aa5da6e513c7282be1cca 100644 (file)
@@ -9,6 +9,10 @@
 // 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"