]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/editors.h
use buffered streams to reduce the number of TCP packets used per IPC command from...
[wxWidgets.git] / include / wx / propgrid / editors.h
index 8527f0a5adc0f16cd06976a98ea4886717acbe30..54bcdda98a92bc4c863458523f39501df78bb186 100644 (file)
@@ -525,7 +525,7 @@ public:
 
     /** Returns number of buttons.
     */
-    int GetCount() const { return m_buttons.Count(); }
+    unsigned int GetCount() const { return (unsigned int) m_buttons.size(); }
 
     void Add( const wxString& label, int id = -2 );
 #if wxUSE_BMPBUTTON