diff --git a/gfx/src/ps/nsAFMObject.h b/gfx/src/ps/nsAFMObject.h index f745d38aa550..09dccd32a784 100644 --- a/gfx/src/ps/nsAFMObject.h +++ b/gfx/src/ps/nsAFMObject.h @@ -201,7 +201,7 @@ struct fontInformation double mFontBBox_urx; double mFontBBox_ury; const char *mVersion; - const char *mNotice; + char *mNotice; // DO NOT MAKE "const" (125341) const char *mEncodingScheme; PRInt32 mMappingScheme; PRInt32 mEscChar;