X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91b85d9b0c709d3b2399930831ff8ca698376cfb..69358718959f700434643f341bfee8f38b55cbb7:/src/osx/cocoa/toolbar.mm diff --git a/src/osx/cocoa/toolbar.mm b/src/osx/cocoa/toolbar.mm index 8c1525df00..f1233ce809 100644 --- a/src/osx/cocoa/toolbar.mm +++ b/src/osx/cocoa/toolbar.mm @@ -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 )