X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b21126db7a8232fa9e64b29f916d73d6b0153bef..97d13342cc2ac77e21c38115cc6ebecac930f92a:/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;