]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/cocoa/toolbar.mm
Update configuration for OpenVMS
[wxWidgets.git] / src / osx / cocoa / toolbar.mm
index 8c1525df0018cf148cb8dbd7683781592d38ea7d..f1233ce809525ba5c5a390f94bb0f33cc0971b04 100644 (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 )