]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / msw / choice.h
index e6207d187d8674c7851e6701e2f14bf6c4abecdd..f5f10b665efa86f4ce89ff8cec7b36bbc02f4f8d 100644 (file)
@@ -69,7 +69,7 @@ public:
     virtual void Delete(int n);
     virtual void Clear();
 
-    virtual int GetCount() const;
+    virtual size_t GetCount() const;
     virtual int GetSelection() const;
     virtual int GetCurrentSelection() const;
     virtual void SetSelection(int n);