]> git.saurik.com Git - wxWidgets.git/commitdiff
wxTinderbox warning fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 10 Mar 2006 09:54:08 +0000 (09:54 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 10 Mar 2006 09:54:08 +0000 (09:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index 7b406629011a59541c2808f34ed4f32f8f8ff0a5..6f8763df77cda0fc8364ccf119aa123bfeec463c 100644 (file)
@@ -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;
index 7b406629011a59541c2808f34ed4f32f8f8ff0a5..6f8763df77cda0fc8364ccf119aa123bfeec463c 100644 (file)
@@ -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;