diff --git a/checkin_notes b/checkin_notes index 8fea93ee19..fe4d845aa1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4933,3 +4933,9 @@ David 30 Jun 2010 boinc_log.cpp cs_notice.cpp http_curl_win.h (removed) + +Rom 6 July 2010 + - MGR: Fix Linux build break. + + clientgui/ + NoticeListCtrl.cpp, .h diff --git a/clientgui/NoticeListCtrl.cpp b/clientgui/NoticeListCtrl.cpp index c3941dbebd..c678608908 100644 --- a/clientgui/NoticeListCtrl.cpp +++ b/clientgui/NoticeListCtrl.cpp @@ -28,7 +28,6 @@ ////@begin XPM images ////@end XPM images - #ifdef __WXMAC__ CNoticeListCtrlAccessible::CNoticeListCtrlAccessible(wxWindow* win) { @@ -363,6 +362,7 @@ wxAccStatus CNoticeListCtrlAccessible::GetSelections(wxVariant* ) return wxACC_NOT_IMPLEMENTED; } #endif // ifndef __WXMAC__ + #endif // wxUSE_ACCESSIBILITY || defined(__WXMAC__) diff --git a/clientgui/NoticeListCtrl.h b/clientgui/NoticeListCtrl.h index 9609742a63..509eeada2e 100644 --- a/clientgui/NoticeListCtrl.h +++ b/clientgui/NoticeListCtrl.h @@ -23,6 +23,8 @@ #endif +#if wxUSE_ACCESSIBILITY || defined(__WXMAC__) + #ifdef __WXMAC__ #define wxACC_SELF 0 #define wxACC_OK noErr @@ -74,6 +76,8 @@ public: #endif }; +#endif + /*! * CNoticeListCtrl class declaration