]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/props.h
Extract OS X non-GUI event loop in a separate header.
[wxWidgets.git] / include / wx / propgrid / props.h
index 66d625a24d3b6ee009dc9979c7bc2abc391675cb..5d5528e44ad81fae256b9963116feaef392e3934 100644 (file)
@@ -564,7 +564,7 @@ public:
     // helpers
     size_t GetItemCount() const { return m_choices.GetCount(); }
     const wxString& GetLabel( size_t ind ) const
-        { return m_choices.GetLabel(ind); }
+        { return m_choices.GetLabel(static_cast<int>(ind)); }
 
 protected:
     // Used to detect if choices have been changed