]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/variant.h
Correct wxDataViewCtrl::IsExpanded
[wxWidgets.git] / interface / wx / variant.h
index 45882e6f29be7c3c15b46e5ca7fe2fb3324b8543..84e67c255653bb2dcd2a33c32c0c3f8b57734423 100644 (file)
@@ -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;