[ 1957970 ] wxWeakRef - assign from other wxWeakRef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,6 +105,11 @@ public:
|
||||
*/
|
||||
wxWeakRef(T* pobj = NULL);
|
||||
|
||||
/**
|
||||
Copy constructor.
|
||||
*/
|
||||
wxWeakRef(const wxWeakRef<T>& wr);
|
||||
|
||||
/**
|
||||
Destructor.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user