X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/806ad819585655ac1c35427409611d7795d0b910..092ee46f03b0af02dd8129e0e3e4619ed33c2032:/src/generic/editlbox.cpp?ds=sidebyside 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