]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/notebook.cpp
Added missing include.
[wxWidgets.git] / src / os2 / notebook.cpp
index fe64de12818c4a3d5e815710cb4d2fb16d0ad229..af5ac8b27e184866b89715a492fdd31f5110631c 100644 (file)
@@ -186,7 +186,7 @@ WXDWORD wxNotebook::OS2GetStyle (
 // wxNotebook accessors
 // ----------------------------------------------------------------------------
 
-int wxNotebook::GetPageCount() const
+size_t wxNotebook::GetPageCount() const
 {
     int                             nPageInternal = m_pages.Count();
     int                             nPageAPI = (int)::WinSendMsg(GetHWND(), BKM_QUERYPAGECOUNT, (MPARAM)0, (MPARAM)BKA_END);