signed/unsigned comparison warnings fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c0ad3d42d5
commit
e44d6a1f90
@ -54,7 +54,7 @@
|
||||
// constants (to be removed, for testing only)
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
static const wxCoord BORDER_THICKNESS = 1;
|
||||
static const size_t BORDER_THICKNESS = 1;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxGTKRenderer: draw the GUI elements in GTK style
|
||||
|
Loading…
Reference in New Issue
Block a user