[Http]: Clear the 'SendChunked' flag when redirecting.
[mono.git] / mcs / class / System / System.CodeDom / CodeTypeConstructor.cs
index 2e6fc02b8eda92d06880c1e61cfbd02bb2bbc0df..0226c07a802137c084ee75a6d920ebd94a724182 100644 (file)
@@ -42,5 +42,13 @@ namespace System.CodeDom
                {
                        this.Name = ".cctor";
                }
+
+               //
+               // ICodeDomVisitor method
+               //
+               internal override void Accept (ICodeDomVisitor visitor)
+               {
+                       visitor.Visit (this);
+               }
        }
 }