Fixed broken wxMultiChoiceProperty::ValueToString()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-16 17:36:07 +00:00
parent c324ed9459
commit 102c9a42e8
2 changed files with 7 additions and 6 deletions

View File

@@ -406,7 +406,7 @@ public:
protected:
void GenerateValueAsString( wxString* target ) const;
void GenerateValueAsString( wxVariant& value, wxString* target ) const;
// Returns translation of values into string indices.
wxArrayInt GetValueAsIndices() const;