* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / PreviewPrintController.cs
index 965ab28515f63cb1ad9dc84af9dba217fb1511ab..f060aede3fee3b342c58df9e19ec1a7b195c2509 100644 (file)
@@ -47,7 +47,7 @@ namespace System.Drawing.Printing
                        pageInfoList = new ArrayList ();
                }
 #if NET_2_0
-               public virtual bool IsPreview { 
+               public override bool IsPreview { 
                        get { return true; }
                }
 #endif