]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/weakref.h
Reworked wxPGCell. It is now reference counted, and therefore much more user friendly...
[wxWidgets.git] / include / wx / weakref.h
index af0a6c08179bf9e04c629e1056e5edb67ca6577f..74b590d6278daff5c4c07298d373030b677301f2 100644 (file)
@@ -225,7 +225,7 @@ public:
     template <class TDerived>
     wxWeakRef<T>& operator=(TDerived* pobj)
     {
-        Assign(pobj);
+        this->Assign(pobj);
         return *this;
     }