Fixety fix the build
authorMiguel de Icaza <miguel@gnome.org>
Sat, 23 Nov 2002 02:15:54 +0000 (02:15 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 23 Nov 2002 02:15:54 +0000 (02:15 -0000)
svn path=/trunk/mcs/; revision=9157

mcs/class/System.Windows.Forms/System.Windows.Forms/Form.cs

index a307846ea5150788d318c933b58f57fd280fc5a2..1349e5ab1a8c295fbc8de6ae99419aabe2cbf58b 100644 (file)
                [MonoTODO]\r
                public DialogResult ShowDialog ()\r
                {\r
-                               Win32.ShowWindow (Handle, (int) ShowWindowStyles.SW_SHOW);\r
+                               Win32.ShowWindow (Handle, ShowWindowStyles.SW_SHOW);\r
                                return new DialogResult();\r
                        }\r
     \r