Add coment
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 15:15:46 +0000 (11:15 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 15:20:28 +0000 (11:20 -0400)
src/hb-open-type-private.hh

index 78208a2..d1bcf8e 100644 (file)
@@ -285,6 +285,7 @@ struct Sanitizer
 
     _hb_sanitize_init (&context, blob);
 
+    /* We drop const here */
     Type *t = &CAST (Type, * (char *) CharP(context.start), 0);
 
     sane = t->sanitize (SANITIZE_ARG_INIT);