X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d5b2a57cf08040457f7a3e80a0d76e8c954bfe5..1981118d4bcd47bdbe4de66aba3e5db6368c7517:/include/wx/ownerdrw.h?ds=sidebyside diff --git a/include/wx/ownerdrw.h b/include/wx/ownerdrw.h index f946e960ae..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 -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "ownerdrw.h" #endif @@ -146,6 +146,7 @@ private: m_bmpUnchecked; // (checked is used also for 'uncheckable' items) size_t m_nHeight, // font height + m_nMinHeight, // minimum height, as determined by user's system settings m_nMarginWidth; // space occupied by bitmap to the left of the item };