]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor clarification
authorRobert Roebling <robert@roebling.de>
Mon, 14 Apr 2008 09:39:36 +0000 (09:39 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 14 Apr 2008 09:39:36 +0000 (09:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/weakref.h

index 903de9a87636f4f9cbdd0021a00d4e091dbe4826..03a96631303608bd1138a6c62c448955c930bef3 100644 (file)
@@ -112,7 +112,8 @@ public:
 
     /**
         Called when the tracked object is destroyed. Be default sets
-        internal pointer to @NULL.
+        internal pointer to @NULL. You need to call this method if
+        you override it.
     */
     virtual void OnObjectDestroy();