]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
Add wxDataViewRendererBase::PrepareForItem() helper.
[wxWidgets.git] / src / msw / listctrl.cpp
index 71fb0231dfa634baa21520ec9ebecbe7082912ea..ed4d99e45699e722d5c99508599eba68076f70d3 100644 (file)
@@ -1466,7 +1466,7 @@ bool wxListCtrl::DeleteItem(long item)
 bool wxListCtrl::DeleteAllItems()
 {
     // Calling ListView_DeleteAllItems() will always generate an event but we
-    // shouldn't do it if the control is empty 
+    // shouldn't do it if the control is empty
     return !GetItemCount() || ListView_DeleteAllItems(GetHwnd()) != 0;
 }