]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.h
PDF-form.lyx: add a note
[lyx.git] / src / Lexer.h
index 79efa5841b1a1edbb23a80fe256691f9100009c8..dc56a4a70af47781471837b000aa5e98e5db2742 100644 (file)
@@ -64,10 +64,10 @@ class Lexer
 {
 public:
        /// initialize Lexer with no special keywords.
-       Lexer(); 
+       Lexer();
        /// initialize Lexer with a bunch of keywords
        template<int N> Lexer(LexerKeyword (&table)[N])
-               : pimpl_(0) { init(table, N); }
+       : pimpl_(0), lastReadOk_(false) { init(table, N); }
 
        ///
        ~Lexer();