]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
BufferParams.h: add comment
[lyx.git] / src / OutputParams.h
index fd2894fa2e37bd167b70947324669ede22a47384..8ef73f58eeb0ccd46d250431847e90dbb8b4ca91 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 
 class Encoding;
 class ExportData;
-class LyXFont;
+class Font;
 
 
 class OutputParams {
@@ -63,7 +63,7 @@ public:
 
        /** the font at the point where the inset is
         */
-       LyXFont const * local_font;
+       Font const * local_font;
 
        /** Document language babel name
         */