Merge pull request #4033 from ntherning/no-stdcall-for-icalls-on-windows-32-bit
[mono.git] / mcs / class / System.Design / System.Web.UI.Design / ConnectionStringEditor.cs
index fd983f4314cc86bde8588550cc3b5ef3c94a7b78..3cf9aa14c6c75efccfdb92c01c8f45f678f6f022 100644 (file)
@@ -46,13 +46,13 @@ namespace System.Web.UI.Design
                }
 
                [MonoTODO]
-               public virtual object EditValue (ITypeDescriptorContext context, IServiceProvider provider, object value)
+               public override object EditValue (ITypeDescriptorContext context, IServiceProvider provider, object value)
                {
                        throw new NotImplementedException ();
                }
 
                [MonoTODO]
-               public virtual UITypeEditorEditStyle GetEditStyle (ITypeDescriptorContext context)
+               public override UITypeEditorEditStyle GetEditStyle (ITypeDescriptorContext context)
                {
                        throw new NotImplementedException ();
                }