diff options
Diffstat (limited to 'CPP/Common/MyCom.h')
-rw-r--r-- | CPP/Common/MyCom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Common/MyCom.h b/CPP/Common/MyCom.h index ce2f0dd..ff54278 100644 --- a/CPP/Common/MyCom.h +++ b/CPP/Common/MyCom.h | |||
@@ -67,6 +67,7 @@ public: | |||
67 | template <class Q> | 67 | template <class Q> |
68 | HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() | 68 | HRESULT QueryInterface(REFGUID iid, Q** pp) const throw() |
69 | { | 69 | { |
70 | // if (*pp) throw 20220216; // for debug | ||
70 | return _p->QueryInterface(iid, (void**)pp); | 71 | return _p->QueryInterface(iid, (void**)pp); |
71 | } | 72 | } |
72 | }; | 73 | }; |