We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127497e commit 6b6887dCopy full SHA for 6b6887d
include/CProxiedDispatch.hpp
@@ -30,7 +30,7 @@ class CProxiedDispatch : public CProxiedUnknown
30
31
// Cached results from GetIDsOfNames() calls, to use for logging in case no type information is
32
// available.
33
- std::map<DISPID, std::string>* mpDispIdToName;
+ std::map<DISPID, std::map<DISPID, std::string>>* mpDispIdToName;
34
35
// The name of this property, as a fallback in case of no type information
36
const char* const msPropName;
0 commit comments