X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mg.h;h=76903ca4a9f43bba7c1106b7fa1abbd5cb3030bb;hb=612cfdf27c84f3ca36e00ec7f6925d0a5223e483;hp=844cdbbc47934fec5ce774d6d1e13e2656745006;hpb=4bb101f2758f169969171dfe6b70f68a406dcc1e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mg.h b/mg.h index 844cdbb..76903ca 100644 --- a/mg.h +++ b/mg.h @@ -25,7 +25,7 @@ struct mgvtbl { struct magic { MAGIC* mg_moremagic; - MGVTBL* mg_virtual; /* pointer to magic functions */ + const MGVTBL* mg_virtual; /* pointer to magic functions */ U16 mg_private; char mg_type; U8 mg_flags;