]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/radiobox.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / msw / radiobox.h
index 9470e308cb8cb06030ea814b85cb7459c730b88f..d8007061419b4872afe4a25efd156dcf75bdb8ea 100644 (file)
@@ -85,7 +85,7 @@ public:
     // implement the radiobox interface
     virtual void SetSelection(int n);
     virtual int GetSelection() const { return m_selectedButton; }
-    virtual int GetCount() const;
+    virtual size_t GetCount() const;
     virtual wxString GetString(int n) const;
     virtual void SetString(int n, const wxString& label);
     virtual bool Enable(int n, bool enable = true);