Skip to content

Commit 6208b5b

Browse files
committed
fixed COM references "DISPATCH" return type -> "Object"
1 parent 0702c76 commit 6208b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Symbols/ReferencedDeclarationsCollector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public ReferencedDeclarationsCollector(RubberduckParserState state)
6060

6161
private static readonly IDictionary<VarEnum, string> TypeNames = new Dictionary<VarEnum, string>
6262
{
63-
{VarEnum.VT_DISPATCH, "DISPATCH"},
63+
{VarEnum.VT_DISPATCH, "Object"},
6464
{VarEnum.VT_VOID, string.Empty},
6565
{VarEnum.VT_VARIANT, "Variant"},
6666
{VarEnum.VT_BLOB_OBJECT, "Object"},

0 commit comments

Comments
 (0)