Skip to content

Commit 1fcaec0

Browse files
committed
Missing private...
1 parent 3d24828 commit 1fcaec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlashDevelop/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private void MainFormLoaded(Object sender, EventArgs e)
9393
#region Private Properties
9494

9595
/* AppMan */
96-
FileSystemWatcher amWatcher;
96+
private FileSystemWatcher amWatcher;
9797

9898
/* Components */
9999
private QuickFind quickFind;

0 commit comments

Comments
 (0)