X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0068.cs;h=f53f341847bc41b5aca767c381059c6f9cb931f4;hb=213bce206b46a94c5a80aad2965a45f2aff675f5;hp=bbf4cbaadcee91f95e8b4b23d16006ab336ce746;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/errors/cs0068.cs b/mcs/errors/cs0068.cs index bbf4cbaadce..f53f341847b 100644 --- a/mcs/errors/cs0068.cs +++ b/mcs/errors/cs0068.cs @@ -1,4 +1,4 @@ -// cs0068.cs: `IFoo.OnFoo': event in interface cannot have initializer +// CS0068: `IFoo.OnFoo': event in interface cannot have an initializer // Line: 14 using System;