X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d35ad26eee38a8d71efde5a6e7f7f28f4b7df1bd..50f151d726bce4dc4179fbf98f8ee7c34691229c:/src/stc/PlatWX.cpp 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;