X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7baf4bdbb61cdadd479e65ddb84ee7d6e037edfb..f0834140313212fc54d09e28d21a95476d6545f2:/src/mac/notebmac.cpp diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index 908cef7b5f..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"