diff options
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index 6fff59afa..14be5cebd 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -346,7 +346,7 @@ class ListBox : public Window { int current; #endif int desiredVisibleRows; - size_t maxItemCharacters; + unsigned int maxItemCharacters; unsigned int aveCharWidth; public: ListBox(); |