X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyX.h;h=af43edc2d0bc039d125d6ce3d1aca043f4ed844a;hb=63ead2010d7b2d51861e650133662c3518cd0d09;hp=bc898d6b4c755561982b944ebe56c8c1c0e73038;hpb=16fd47ad8f5d78a3b7266520b0868c1e2bd0dcac;p=lyx.git diff --git a/src/LyX.h b/src/LyX.h index bc898d6b4c..af43edc2d0 100644 --- a/src/LyX.h +++ b/src/LyX.h @@ -28,6 +28,7 @@ class ErrorItem; class FuncRequest; class FuncStatus; class KeyMap; +class LaTeXFonts; class Messages; class Mover; class Movers; @@ -148,6 +149,7 @@ private: friend Movers & theSystemMovers(); friend frontend::Application * theApp(); friend Session & theSession(); + friend LaTeXFonts & theLaTeXFonts(); friend CmdDef & theTopLevelCmdDef(); friend SpellChecker * theSpellChecker(); friend void setSpellChecker();