]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/LyXView.h
fix scrolling bug: 3320 and 3652, maybe not perfect
[lyx.git] / src / frontends / LyXView.h
index ae9f770807c3d9e8dcdbd069d0af162c587222f4..dc9b6df169a063f49958c245ae29e8ba0462a0ad 100644 (file)
@@ -36,7 +36,7 @@ class Menubar;
 class BufferView;
 class Dialogs;
 class LyXFunc;
-class LyXFont;
+class Font;
 class Timeout;
 class FuncRequest;
 
@@ -79,7 +79,7 @@ public:
 
        /// return the current WorkArea (the one that has the focus).
        frontend::WorkArea const * currentWorkArea() const;
-       /// FIXME: This non-const access is needed because of 
+       /// FIXME: This non-const access is needed because of
        /// a mis-designed \c ControlSpellchecker.
        frontend::WorkArea * currentWorkArea();