]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sharedptr.h
Document wxNotificationMessage::Timeout_XXX values.
[wxWidgets.git] / interface / wx / sharedptr.h
index 2b18e2a4713c95793280a25249e5a7927eb731d9..47b73c0d601b4f200899fd7ee2a80d16c0de125e 100644 (file)
@@ -61,7 +61,9 @@ public:
     T operator*() const;
 
     /**
-        Returns pointer to its object or @NULL.
+        Smart pointer member access. Returns pointer to its object.
+
+        If the internal pointer is @NULL this method will cause an assert in debug mode.
     */
     T* operator->() const;