[Http]: Clear the 'SendChunked' flag when redirecting.
[mono.git] / mcs / class / System / System.CodeDom / CodeDelegateInvokeExpression.cs
old mode 100755 (executable)
new mode 100644 (file)
index 8634843..76f9f5c
@@ -81,5 +81,13 @@ namespace System.CodeDom
                                targetObject = value;
                        }
                }
+
+               //
+               // ICodeDomVisitor method
+               //
+               internal override void Accept (ICodeDomVisitor visitor)
+               {
+                       visitor.Visit (this);
+               }
        }
 }