Skip to content

Commit f5803bf

Browse files
committed
Change to allow buliding solution
1 parent f44d565 commit f5803bf

File tree

1 file changed

+1
-1
lines changed
  • Rubberduck.CodeAnalysis/CodePathAnalysis

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/CodePathAnalysis/Walker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public INode GenerateTree(IParseTree tree, Declaration declaration)
6262
}
6363
}
6464

65-
if (node == default)
65+
if (node == null)
6666
{
6767
node = new GenericNode();
6868
}

0 commit comments

Comments
 (0)