From 14bdedbc67c490c8b168455bc726f092a950faea Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Mon, 14 Apr 2008 09:39:36 +0000 Subject: [PATCH] Minor clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/weakref.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); -- 2.50.0