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:
@@ -887,7 +887,7 @@ void wxToolBar::DoLayout()
|
|||||||
|
|
||||||
// find the maximum tool width and height
|
// find the maximum tool width and height
|
||||||
// and the number of stretchable items
|
// and the number of stretchable items
|
||||||
unsigned numStretchableSpaces = 0;
|
int numStretchableSpaces = 0;
|
||||||
wxToolBarTool *tool;
|
wxToolBarTool *tool;
|
||||||
wxToolBarToolsList::compatibility_iterator node = m_tools.GetFirst();
|
wxToolBarToolsList::compatibility_iterator node = m_tools.GetFirst();
|
||||||
while ( node )
|
while ( node )
|
||||||
|
Reference in New Issue
Block a user