mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[ATL]
Invoke the member function through "this->". svn path=/trunk/; revision=52833
This commit is contained in:
parent
8664f01839
commit
33b1f742e6
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ public: \
|
||||||
typedef x _ComMapClass; \
|
typedef x _ComMapClass; \
|
||||||
HRESULT _InternalQueryInterface(REFIID iid, void **ppvObject) \
|
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() \
|
const static ATL::_ATL_INTMAP_ENTRY *WINAPI _GetEntries() \
|
||||||
{ \
|
{ \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue