signed/unsigned warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c1ec7ee8a1
commit
1cf59cb178
@ -887,7 +887,7 @@ void wxToolBar::DoLayout()
|
||||
|
||||
// find the maximum tool width and height
|
||||
// and the number of stretchable items
|
||||
unsigned numStretchableSpaces = 0;
|
||||
int numStretchableSpaces = 0;
|
||||
wxToolBarTool *tool;
|
||||
wxToolBarToolsList::compatibility_iterator node = m_tools.GetFirst();
|
||||
while ( node )
|
||||
|
Loading…
Reference in New Issue
Block a user