From: Vadim Zeitlin Date: Fri, 9 Nov 2001 18:11:44 +0000 (+0000) Subject: signed/unsigned comparison warnings fixed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e44d6a1f908b57d0e84ee327c31ac240826a8778 signed/unsigned comparison warnings fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/themes/gtk.cpp b/src/univ/themes/gtk.cpp index 99d48189d6..73ff1f5322 100644 --- a/src/univ/themes/gtk.cpp +++ b/src/univ/themes/gtk.cpp @@ -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