X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a31a5f85341a2ef131d86a1dee12f3d6c8156118..8b0f8432d72fc44aa7247ab1c19c04103323feea:/include/wx/mac/checklst.h diff --git a/include/wx/mac/checklst.h b/include/wx/mac/checklst.h index 00e75e9895..3bf972d7a2 100644 --- a/include/wx/mac/checklst.h +++ b/include/wx/mac/checklst.h @@ -13,7 +13,7 @@ #ifndef _WX_CHECKLST_H_ #define _WX_CHECKLST_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "checklst.h" #endif @@ -58,11 +58,11 @@ public: void OnChar(wxKeyEvent& event) ; void OnLeftClick(wxMouseEvent& event) ; - // metrics - wxInt32 m_checkBoxWidth; + // metrics + wxInt32 m_checkBoxWidth; wxInt32 m_checkBoxHeight; - wxInt32 m_TextBaseLineOffset; - + wxInt32 m_TextBaseLineOffset; + // the array containing the checked status of the items wxArrayInt m_checks;