]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
compilation fix after r61232
[wxWidgets.git] / src / gtk / choice.cpp
index 8ccb592059d5ad881d2281b45bc70836956db57b..fa6221e50acdd23ae88ea17730b79bdf1e0cee1a 100644 (file)
@@ -42,7 +42,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxChoice, wxControlWithItems)
 
 void wxChoice::Init()
 {
-    m_strings = (wxSortedArrayString *)NULL;
+    m_strings = NULL;
     m_stringCellIndex = 0;
 }