Fix wrong variable name in the example in wxVariantDataSafeArray documentation.
Closes #15882. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -285,7 +285,7 @@ public:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
range.PutProperty("Value", wxVariant(new wxVariantDataSafeArray(sa.Detach())));
|
range.PutProperty("Value", wxVariant(new wxVariantDataSafeArray(safeArray.Detach())));
|
||||||
@endcode
|
@endcode
|
||||||
|
|
||||||
If you you received wxVariantDataSafeArray as a result of wxAutomationObject method call:
|
If you you received wxVariantDataSafeArray as a result of wxAutomationObject method call:
|
||||||
|
Reference in New Issue
Block a user