]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / msw / listbox.h
index 1ed147948ba6009e8e7d394f2d9b3b468d10dad8..0e9cf02d40e1b8e72b49620e45bd911b5c08ead6 100644 (file)
@@ -81,7 +81,7 @@ public:
     virtual void Clear();
     virtual void Delete(int n);
 
-    virtual int GetCount() const;
+    virtual size_t GetCount() const;
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& s);
     virtual int FindString(const wxString& s, bool bCase = false) const;
@@ -147,7 +147,7 @@ protected:
     // free memory (common part of Clear() and dtor)
     void Free();
 
-    int m_noItems;
+    size_t m_noItems;
     int m_selected;
 
     virtual wxSize DoGetBestSize() const;