X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec75d791f043b3b43cac9825a2c62e9d5321e616..d894c201132341a31790bba39a0c33d03d71aeb8:/include/wx/motif/choice.h diff --git a/include/wx/motif/choice.h b/include/wx/motif/choice.h index 070f5191e9..a2d0195418 100644 --- a/include/wx/motif/choice.h +++ b/include/wx/motif/choice.h @@ -94,7 +94,7 @@ protected: // common part of all contructors void Init(); - int m_noStrings; + size_t m_noStrings; WXWidget m_menuWidget; WXWidget m_buttonWidget; wxWidgetArray m_widgetArray;