Small change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
03f68f123b
commit
cc79e53c16
@ -376,8 +376,11 @@ void wxPropertyValue::Copy(wxPropertyValue& copyFrom)
|
||||
(*this) = copyFrom.IntegerValuePtr();
|
||||
return ;
|
||||
case wxPropertyValueStringPtr:
|
||||
(*this) = copyFrom.StringValuePtr();
|
||||
{
|
||||
char** s = copyFrom.StringValuePtr();
|
||||
(*this) = s;
|
||||
return ;
|
||||
}
|
||||
|
||||
case wxPropertyValueList:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user