mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[ATL]
Invoke the member function through "this->". svn path=/trunk/; revision=52833
This commit is contained in:
@@ -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() \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user