show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / cocoa / listbox.h
index 9d5f21d6f35ac4b8cdcf65b5ed27d7d32d3220e0..d5cf9502f4ac537b2c63f4c6305b8b6d8c96f122 100644 (file)
@@ -95,7 +95,7 @@ public:
     virtual void Clear();
     virtual void Delete(int n);
     // accessing strings
-    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;