X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f3bd46845100fe36737de5e8f51a9ded6d4aacd..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/variant.h

diff --git a/interface/wx/variant.h b/interface/wx/variant.h
index ee3f8db494..9730565dd2 100644
--- a/interface/wx/variant.h
+++ b/interface/wx/variant.h
@@ -26,9 +26,9 @@
     the wxVariantData object, unlike the case for basic data types where
     convenience functions such as GetLong() can be used.
 
-    Under Microsoft Windows, two additional wxVariantData-derived classes --
-    wxVariantDataCurrency and wxVariantDataErrorCode -- are available for
-    interoperation with OLE VARIANT when using wxAutomationObject.
+    Under Microsoft Windows, three additional wxVariantData-derived classes --
+    wxVariantDataCurrency, wxVariantDataErrorCode and wxVariantDataSafeArray --
+    are available for interoperation with OLE VARIANT when using wxAutomationObject.
 
     Pointers to any wxObject derived class can also easily be stored in a
     wxVariant. wxVariant will then use wxWidgets' built-in RTTI system to set