Skip to content

Commit 6b6887d

Browse files
author
Tor Lillqvist
committed
Forgot to include this change in 92bfdc0
1 parent 127497e commit 6b6887d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CProxiedDispatch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CProxiedDispatch : public CProxiedUnknown
3030

3131
// Cached results from GetIDsOfNames() calls, to use for logging in case no type information is
3232
// available.
33-
std::map<DISPID, std::string>* mpDispIdToName;
33+
std::map<DISPID, std::map<DISPID, std::string>>* mpDispIdToName;
3434

3535
// The name of this property, as a fallback in case of no type information
3636
const char* const msPropName;

0 commit comments

Comments
 (0)