Index: base/scoped_comptr_win.h |
=================================================================== |
--- base/scoped_comptr_win.h (revision 11150) |
+++ base/scoped_comptr_win.h (working copy) |
@@ -138,6 +138,9 @@ |
return reinterpret_cast<BlockIUnknownMethods<Interface>*>(ptr_); |
} |
+ // Pull in operator=() from the parent class. |
+ using scoped_refptr<Interface>::operator=; |
+ |
// static methods |
static const IID& iid() { |