From c740992b510f49f31166d46372de5211b0b7408b Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 28 May 2014 12:28:11 -0700 Subject: [PATCH] MGR: add #if !USE_LIST_CACHE_HINT t in one more place that should have been included in commit a39f4f9. --- clientgui/BOINCListCtrl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clientgui/BOINCListCtrl.h b/clientgui/BOINCListCtrl.h index 248ec8637d..ba6ac0d70c 100644 --- a/clientgui/BOINCListCtrl.h +++ b/clientgui/BOINCListCtrl.h @@ -88,6 +88,10 @@ private: CBOINCBaseView* m_pParentView; wxArrayInt m_iRowsNeedingProgressBars; +#if ! USE_LIST_CACHE_HINT + void OnMouseDown(wxMouseEvent& event); +#endif + #if USE_NATIVE_LISTCONTROL public: void PostDrawProgressBarEvent(); @@ -107,7 +111,6 @@ private: void SetupMacAccessibilitySupport(); void RemoveMacAccessibilitySupport(); void OnSize( wxSizeEvent &event ); - void OnMouseDown(wxMouseEvent& event); void* m_fauxHeaderView; void* m_fauxBodyView;