diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index 2a85c79b1b..ff9c46f533 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -618,7 +618,7 @@ public: // helpers size_t GetItemCount() const { return m_choices.GetCount(); } const wxString& GetLabel( size_t ind ) const - { return m_choices.GetLabel(static_cast(ind)); } + { return m_choices.GetLabel(static_cast(ind)); } protected: // Used to detect if choices have been changed