diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXFontInst.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXFontInst.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h index 82d431f433b..65e92933214 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXFontInst.h @@ -72,7 +72,7 @@ protected: FT_Face m_ftFace; hb_font_t* m_hbFont; - const char *m_math; + char *m_math; public: XeTeXFontInst(float pointSize, int &status); @@ -82,9 +82,9 @@ public: void initialize(const char* pathname, int index, int &status); - const void *getFontTable(OTTag tableTag) const; - const void *getFontTable(FT_Sfnt_Tag tableTag) const; - const char *getMathTable(); + void *getFontTable(OTTag tableTag) const; + void *getFontTable(FT_Sfnt_Tag tableTag) const; + char *getMathTable(); const char *getFilename(uint32_t* index) const { |