X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..850e47aa3c20c22ff650e80e92e7795a66431863:/interface/wx/variant.h diff --git a/interface/wx/variant.h b/interface/wx/variant.h index 45882e6f29..84e67c2556 100644 --- a/interface/wx/variant.h +++ b/interface/wx/variant.h @@ -321,6 +321,9 @@ public: /** Gets the void pointer value. + + Notice that this method can be used for null objects (i.e. those for + which IsNull() returns @true) and will return @NULL for them. */ void* GetVoidPtr() const;