]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
fixed the vsprintf() problem once and for all
[wxWidgets.git] / src / generic / listctrl.cpp
index e9b724c66663539103f05fbf52b0617d5c309d65..95ede005018579bd9b6a2f965413d482d674e6c3 100644 (file)
@@ -1815,7 +1815,7 @@ int wxListMainWindow::GetSelectedItemCount( void )
     if (line->IsHilighted()) ret++;
     node = node->Next();
   }
-  return 0;
+  return ret;
 }
 
 void wxListMainWindow::SetMode( long mode )