Skip to content

Commit a7a294a

Browse files
committed
Might have missed a reference
This actually needs a double check due to the namespaces.
1 parent ba2038d commit a7a294a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Rubberduck.Refactorings/PromoteToParameter/PromoteToParameterRefactoring.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
using Rubberduck.Parsing.Symbols;
33
using Rubberduck.Parsing.VBA;
44
using Rubberduck.Refactorings.Exceptions;
5+
using Rubberduck.Refactorings.Exceptions.PromoteToParameter;
56
using Rubberduck.VBEditor;
67
using Rubberduck.VBEditor.Utility;
78

Rubberduck.Refactorings/PromoteToParameter/PromoteToParameterRefactoringAction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Collections.Generic;
22
using System.Linq;
3+
using Rubberduck.Parsing;
34
using Rubberduck.Parsing.Grammar;
45
using Rubberduck.Parsing.Rewriter;
56
using Rubberduck.Parsing.Symbols;

0 commit comments

Comments
 (0)