From: Robert Roebling Date: Mon, 14 Apr 2008 09:39:36 +0000 (+0000) Subject: Minor clarification X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14bdedbc67c490c8b168455bc726f092a950faea?hp=dc215c81ff56b80625874c5523f97463b1c05614 Minor clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/weakref.h b/interface/weakref.h index 903de9a876..03a9663130 100644 --- a/interface/weakref.h +++ b/interface/weakref.h @@ -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();