aboutsummaryrefslogtreecommitdiff
path: root/CPP/Common/MyCom.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2022-06-20 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 13:35:20 +0500
commita3e1d227377188734b82f023f96f8e25dc40f3e6 (patch)
tree23cad8d47eb23d26ea727b4f7f4a65124f724065 /CPP/Common/MyCom.h
parentf19f813537c7aea1c20749c914e756b54a9c3cf5 (diff)
download7zip-22.00.tar.gz
7zip-22.00.tar.bz2
7zip-22.00.zip
22.0022.00
Diffstat (limited to 'CPP/Common/MyCom.h')
-rw-r--r--CPP/Common/MyCom.h1
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};