X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b152d8c56c72577b64de63f4d3b001db5d65f85f..64c38b4be828b7b18f7d51f80eb9848f1cccf40e:/src/univ/combobox.cpp diff --git a/src/univ/combobox.cpp b/src/univ/combobox.cpp index 2656c76d15..80ff466793 100644 --- a/src/univ/combobox.cpp +++ b/src/univ/combobox.cpp @@ -205,7 +205,7 @@ wxSize wxComboListBox::GetAdjustedSize(int minWidth, void wxComboBox::Init() { - m_lbox = (wxListBox *)NULL; + m_lbox = NULL; } wxComboBox::wxComboBox(wxWindow *parent,