Skip to content

Commit a8ada3e

Browse files
authored
Tweaked AnnotationPass to resolve MSForms controls as such
* Beefed-up startup & shutdown logging * Tweaked AnnotationPass to resolve MSForms controls as such; fixes #2982.
1 parent 26e2222 commit a8ada3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/Symbols/Declaration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public string AsTypeNameWithoutArrayDesignator
445445
private Declaration _asTypeDeclaration;
446446
public Declaration AsTypeDeclaration
447447
{
448-
get => _asTypeDeclaration;
448+
get { return _asTypeDeclaration; }
449449
internal set
450450
{
451451
_asTypeDeclaration = value;

0 commit comments

Comments
 (0)