]> git.saurik.com Git - wxWidgets.git/commit - src/univ/notebook.cpp
Fix signed/unsigned comparison warnings in wxUniv wxNotebook.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:52:29 +0000 (13:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 10 Nov 2010 13:52:29 +0000 (13:52 +0000)
commit1f1dee6b0dd1fe468011a64ec1af6eba720902fb
tree0534b1cb99b027922e7d818a4eb49df158aef7ce
parent7822ffb1de54dbb0b89e03c3bae89a5ee91c7169
Fix signed/unsigned comparison warnings in wxUniv wxNotebook.

Recent replacement of size_t wxNotebook::m_selection with int
wxBookCtrlBase::m_selection resulted in appearance of many warnings in wxUniv
wxNotebook. Fix them by removing some now unnecessary casts between int and
size_t and adjusting the remaining ones.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/notebook.h
src/univ/notebook.cpp