Fixed a VC6 warning (hopefully)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1904,7 +1904,8 @@ void wxMultiChoiceProperty::GenerateValueAsString( wxVariant& value,
|
|||||||
|
|
||||||
wxArrayInt wxMultiChoiceProperty::GetValueAsIndices() const
|
wxArrayInt wxMultiChoiceProperty::GetValueAsIndices() const
|
||||||
{
|
{
|
||||||
const wxArrayInt& valueArr = wxArrayIntRefFromVariant(GetValue());
|
wxVariant variant = GetValue();
|
||||||
|
const wxArrayInt& valueArr = wxArrayIntRefFromVariant(variant);
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
// Translate values to string indices.
|
// Translate values to string indices.
|
||||||
|
Reference in New Issue
Block a user