From: Włodzimierz Skiba Date: Fri, 10 Mar 2006 09:54:08 +0000 (+0000) Subject: wxTinderbox warning fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80cac95edb744966f52e63ecaed4e8fd370ace72?ds=inline wxTinderbox warning fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/stc/PlatWX.cpp b/contrib/src/stc/PlatWX.cpp index 7b40662901..6f8763df77 100644 --- a/contrib/src/stc/PlatWX.cpp +++ b/contrib/src/stc/PlatWX.cpp @@ -919,7 +919,7 @@ private: bool unicodeMode; int desiredVisibleRows; int aveCharWidth; - int maxStrWidth; + size_t maxStrWidth; Point location; // Caret location at which the list is opened wxImageList* imgList; wxArrayInt* imgTypeMap; diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index 7b40662901..6f8763df77 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -919,7 +919,7 @@ private: bool unicodeMode; int desiredVisibleRows; int aveCharWidth; - int maxStrWidth; + size_t maxStrWidth; Point location; // Caret location at which the list is opened wxImageList* imgList; wxArrayInt* imgTypeMap;