/////////////////////////////////////////////////////////////////////////////
/**
- @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<T> -
Releases any previously held pointer and creates a reference to the
same object as @a topcopy.
*/
- wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy)
+ wxSharedPtr<T>& operator=(const wxSharedPtr<T>& tocopy);
/**
Reset pointer to @a ptr.