Skip to content

Commit 37ac293

Browse files
author
Philippe Elsass
committed
VS2013 compat
1 parent 8581bf1 commit 37ac293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/CodeRefactor/Controls/MoveDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public MoveDialog(List<string> files)
4646
RefreshTree();
4747
}
4848

49-
public List<string> MovingFiles { get; }
49+
public List<string> MovingFiles { get; private set; }
5050

5151
public string SelectedDirectory
5252
{

0 commit comments

Comments
 (0)