Invoke the member function through "this->".

svn path=/trunk/; revision=52833
This commit is contained in:
Dmitry Gorbachev 2011-07-24 11:54:56 +00:00
parent 8664f01839
commit 33b1f742e6

View file

@ -321,7 +321,7 @@ public: \
typedef x _ComMapClass; \
HRESULT _InternalQueryInterface(REFIID iid, void **ppvObject) \
{ \
return InternalQueryInterface(this, _GetEntries(), iid, ppvObject); \
return this->InternalQueryInterface(this, _GetEntries(), iid, ppvObject); \
} \
const static ATL::_ATL_INTMAP_ENTRY *WINAPI _GetEntries() \
{ \