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:
Stefan Csomor 2011-03-16 06:40:07 +00:00
parent c1ec7ee8a1
commit 1cf59cb178

View File

@ -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 )