]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
fix MSVC warning.
[lyx.git] / src / Text.h
index 0c432f8d9b210b5b22a4625b34d50e2b7783a8f0..d26bd2a89337464db24cbdadcfe0dc369f24dc28 100644 (file)
@@ -30,6 +30,7 @@ class FuncStatus;
 class Inset;
 class Color_color;
 class Cursor;
+class Lexer;
 class PainterInfo;
 class Spacing;
 
@@ -286,7 +287,7 @@ private:
        /// handle the case where bibitems were deleted
        bool handleBibitems(Cursor & cur);
        ///
-       void charInserted();
+       void charInserted(Cursor & cur);
        /// set 'number' font property
        void number(Cursor & cur);