git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71498
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
template <class TDerived>
wxWeakRef(TDerived* pobj)
{
template <class TDerived>
wxWeakRef(TDerived* pobj)
{
}
// We need this copy ctor, since otherwise a default compiler (binary) copy
// happens (if embedded as an object member).
wxWeakRef(const wxWeakRef<T>& wr)
{
}
// We need this copy ctor, since otherwise a default compiler (binary) copy
// happens (if embedded as an object member).
wxWeakRef(const wxWeakRef<T>& wr)
{
+ this->Assign(wr.get());
}
wxWeakRef<T>& operator=(const wxWeakRef<T>& wr)
}
wxWeakRef<T>& operator=(const wxWeakRef<T>& wr)