Warning corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-08-26 08:21:43 +00:00
parent 966b84b914
commit 58161defc3
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ public:
// --------------------------------------
virtual int SetSelection(size_t nPage);
virtual int GetSelection() const { return m_sel; }
virtual int GetSelection() const { return (int) m_sel; }
virtual bool SetPageText(size_t nPage, const wxString& strText);
virtual wxString GetPageText(size_t nPage) const;