X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b108a5e8cae8552840b532e364536e2dbe47dc7..609533d54db83ee9d85fe7ad9589521fcf3f6be1:/include/wx/ownerdrw.h diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index 64d4f2b67d..b2b144c9bd 100644 --- a/include/wx/ownerdrw.h +++ b/include/wx/ownerdrw.h @@ -6,7 +6,7 @@ // Created: 11.11.97 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _OWNERDRW_H @@ -14,7 +14,7 @@ #if wxUSE_OWNER_DRAWN -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "ownerdrw.h" #endif