]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/weakref.h
use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot...
[wxWidgets.git] / interface / wx / weakref.h
index f6522aa39928afd17226f585e3c86566bc39e4ee..d576a9877e4f72888777462ffac454642b199d38 100644 (file)
@@ -7,7 +7,6 @@
 /////////////////////////////////////////////////////////////////////////////
 
 /**
-    @wxheader{weakref.h}
 
     wxWeakRefDynamic<T> is a template class for weak references that is used in
     the same way as wxWeakRef<T>. The only difference is that wxWeakRefDynamic
@@ -40,7 +39,6 @@ public:
 
 
 /**
-    @wxheader{weakref.h}
 
     wxWeakRef is a template class for weak references to wxWidgets objects,
     such as wxEvtHandler, wxWindow and