X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7918efb247932aaeaf815fee72eee83a6c64d3c7..19c35fa587f97cf83e2cb28afe76b8db85b36c9f:/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