supporting clang 2.0 under xcode, see #12332
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -218,7 +218,7 @@ public:
|
||||
// below is not used by at least g++4 when a literal NULL is used
|
||||
wxWeakRef(T *pobj)
|
||||
{
|
||||
Assign(pobj);
|
||||
this->Assign(pobj);
|
||||
}
|
||||
#endif // !__VISUALC6__
|
||||
|
||||
@@ -239,7 +239,7 @@ public:
|
||||
|
||||
wxWeakRef<T>& operator=(const wxWeakRef<T>& wr)
|
||||
{
|
||||
AssignCopy(wr);
|
||||
this->AssignCopy(wr);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user