MGR: add #if !USE_LIST_CACHE_HINT t in one more place that should have been included in commit a39f4f9.

This commit is contained in:
Charlie Fenton 2014-05-28 12:28:11 -07:00
parent f15f6d2ba0
commit c740992b51
1 changed files with 4 additions and 1 deletions

View File

@ -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;