X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23714996e9743e5d590513dfc9067fefb2baa658..235751501d3bb4141424cc08a7d88dd506746d18:/src/generic/editlbox.cpp diff --git a/src/generic/editlbox.cpp b/src/generic/editlbox.cpp index b01dcf968d..76a2d5360f 100644 --- a/src/generic/editlbox.cpp +++ b/src/generic/editlbox.cpp @@ -14,6 +14,8 @@ #pragma hdrstop #endif +#if wxUSE_EDITABLELISTBOX + // for all others, include the necessary headers (this file is usually all you // need because it includes almost all "standard" wxWidgets headers) #ifndef WX_PRECOMP @@ -376,3 +378,5 @@ void wxEditableListBox::OnDownItem(wxCommandEvent& WXUNUSED(event)) m_listCtrl->SetItemState(m_selection + 1, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED); } + +#endif // wxUSE_EDITABLELISTBOX