wxTinderbox warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -919,7 +919,7 @@ private:
|
|||||||
bool unicodeMode;
|
bool unicodeMode;
|
||||||
int desiredVisibleRows;
|
int desiredVisibleRows;
|
||||||
int aveCharWidth;
|
int aveCharWidth;
|
||||||
int maxStrWidth;
|
size_t maxStrWidth;
|
||||||
Point location; // Caret location at which the list is opened
|
Point location; // Caret location at which the list is opened
|
||||||
wxImageList* imgList;
|
wxImageList* imgList;
|
||||||
wxArrayInt* imgTypeMap;
|
wxArrayInt* imgTypeMap;
|
||||||
|
@@ -919,7 +919,7 @@ private:
|
|||||||
bool unicodeMode;
|
bool unicodeMode;
|
||||||
int desiredVisibleRows;
|
int desiredVisibleRows;
|
||||||
int aveCharWidth;
|
int aveCharWidth;
|
||||||
int maxStrWidth;
|
size_t maxStrWidth;
|
||||||
Point location; // Caret location at which the list is opened
|
Point location; // Caret location at which the list is opened
|
||||||
wxImageList* imgList;
|
wxImageList* imgList;
|
||||||
wxArrayInt* imgTypeMap;
|
wxArrayInt* imgTypeMap;
|
||||||
|
Reference in New Issue
Block a user