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:
Vadim Zeitlin
2014-01-17 14:33:03 +00:00
parent b60a0beb6d
commit 7d8f4cae1b

View File

@@ -285,7 +285,7 @@ public:
return false;
}
}
range.PutProperty("Value", wxVariant(new wxVariantDataSafeArray(sa.Detach())));
range.PutProperty("Value", wxVariant(new wxVariantDataSafeArray(safeArray.Detach())));
@endcode
If you you received wxVariantDataSafeArray as a result of wxAutomationObject method call: