X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8650108199bf799f21e29811cddaefd579c98c88..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/archive.h?ds=sidebyside diff --git a/include/wx/archive.h b/include/wx/archive.h index 67419a91fc..cd8438972d 100644 --- a/include/wx/archive.h +++ b/include/wx/archive.h @@ -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; }