X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7918efb247932aaeaf815fee72eee83a6c64d3c7..bcaadf7eaee19621c4fe283e23320f5239aa7f88:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index a320a42b99..4034ee2157 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -16,7 +16,7 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "notebook.h" #endif