X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d9cf726bf3c92393d6b8628ce4fcd0805e8ad16e..ef094fa075bc56bcbc33b12159c395ea28afda3b:/include/wx/ownerdrw.h?ds=sidebyside diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index fdbc769b15..2392e532e9 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 -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "ownerdrw.h" #endif