]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
BufferParams.h: add comment
[lyx.git] / src / Cursor.h
index 2d0e4386f5a2bb1efbdf7b0d113a412871794082..9c98fa3d2c6cb2ccd7563607cf8aaaf9c80e154a 100644 (file)
@@ -25,7 +25,7 @@ class Buffer;
 class BufferView;
 class FuncStatus;
 class FuncRequest;
-class LyXFont;
+class Font;
 class Row;
 
 // these should go
@@ -306,7 +306,7 @@ public:
        ///
        Encoding const * getEncoding() const;
        /// font at cursor position
-       LyXFont getFont() const;
+       Font getFont() const;
        ///
        bool isRTL() const;
 };