X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec75d791f043b3b43cac9825a2c62e9d5321e616..483561c5684e0c21a0112dec59c9ca5c38718906:/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;