]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
more wxListCtrl drawing fixes - scrolling still doesn't work under wxGTK
[wxWidgets.git] / src / os2 / listbox.cpp
index ec9bfbda113852ee7cd39d17e501db8c3e9396d1..516ab66b2e2fb96ee4672958009552b36067a790 100644 (file)
@@ -502,9 +502,9 @@ void wxListBox::SetString(int N, const wxString& s)
 
     void *oldData = NULL;
     wxClientData *oldObjData = NULL;
-    if ( m_clientDataItemsType == ClientData_Void )
+    if ( m_clientDataItemsType == wxClientData_Void )
         oldData = GetClientData(N);
-    else if ( m_clientDataItemsType == ClientData_Object )
+    else if ( m_clientDataItemsType == wxClientData_Object )
         oldObjData = GetClientObject(N);
 // TODO:
 /*