Skip to content

Commit e1f01ad

Browse files
authored
Merge pull request #85 from caioproiete/fix-warning-CS0649-SelectDataSourceWindow
Fix warning CS0649: Field 'UIState.SelectDataSource.SelectDataSourceWindow' is never assigned to...
2 parents 4ef37e1 + 295b239 commit e1f01ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ExcelDna.IntelliSense/UIMonitor/UIState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ internal FormulaEdit AsFormulaEdit()
186186
// Becomes a more general Window or Dialog to watch (for resize extension)
187187
public class SelectDataSource : UIState
188188
{
189-
public IntPtr SelectDataSourceWindow;
189+
public IntPtr SelectDataSourceWindow = IntPtr.Zero;
190190
}
191191

192192
public override string ToString()

0 commit comments

Comments
 (0)