diff --git a/Source/Core/General/General.cs b/Source/Core/General/General.cs index 018ebee3..4ac7ee6d 100755 --- a/Source/Core/General/General.cs +++ b/Source/Core/General/General.cs @@ -67,7 +67,7 @@ namespace CodeImp.DoomBuilder } #else public static void ApplyMonoListViewFix(System.Windows.Forms.ListView listview) {} - public static void ApplyDataGridViewFix(System.Windows.Form.DataGridView gridview) {} + public static void ApplyDataGridViewFix(System.Windows.Forms.DataGridView gridview) {} #endif #if NO_WIN32