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:
Stefan Csomor
2011-01-27 11:00:26 +00:00
parent 6c894d4e65
commit df04f800b8
11 changed files with 24 additions and 21 deletions

View File

@@ -225,7 +225,7 @@ public:
if (it.m_rep)
it.m_rep.AddRef();
if (m_rep)
m_rep.UnRef();
this->m_rep.UnRef();
m_rep = it.m_rep;
return *this;
}