Skip to content

Commit 92642a3

Browse files
committed
ProcOfLine indexer property isn't supported.........
1 parent d64428a commit 92642a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.SmartIndenter/Indenter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void IndentCurrentProcedure()
5252
var selection = GetSelection(pane);
5353

5454
vbext_ProcKind procKind;
55-
var procName = module.ProcOfLine[selection.StartLine, out procKind];
55+
var procName = module.get_ProcOfLine(selection.StartLine, out procKind);
5656

5757
if (string.IsNullOrEmpty(procName))
5858
{

0 commit comments

Comments
 (0)