X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..53081fa5a42f4386cc06fd8706aad89cd5b3bf71:/interface/wx/ptr_shrd.h diff --git a/interface/wx/ptr_shrd.h b/interface/wx/ptr_shrd.h index ab24ca063f..718e452a52 100644 --- a/interface/wx/ptr_shrd.h +++ b/interface/wx/ptr_shrd.h @@ -7,7 +7,6 @@ ///////////////////////////////////////////////////////////////////////////// /** - @wxheader{ptr_shrd.h} A smart pointer with non-intrusive reference counting. It is modeled after @c boost::shared_ptr<> and can be used with STL containers and wxVector - @@ -80,7 +79,7 @@ public: Releases any previously held pointer and creates a reference to the same object as @a topcopy. */ - wxSharedPtr& operator=(const wxSharedPtr& tocopy) + wxSharedPtr& operator=(const wxSharedPtr& tocopy); /** Reset pointer to @a ptr.