X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex_pimpl.h;h=1f63abc1115d7fcaa4e93306eb16c7a54e78fce4;hb=2523638092e2024bac408eee98ad2094bc4e4089;hp=6d75b63478a33533bedd08c209bd954c835d2440;hpb=a0bf0835e531b77fb00417c4256eee8baa020c26;p=lyx.git diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index 6d75b63478..1f63abc111 100644 --- a/src/lyxlex_pimpl.h +++ b/src/lyxlex_pimpl.h @@ -20,7 +20,7 @@ struct LyXLex::Pimpl : boost::noncopyable { /// LEX_MAX_BUFF = 2048 }; - + /// Pimpl(keyword_item * tab, int num); /// @@ -55,7 +55,7 @@ struct LyXLex::Pimpl : boost::noncopyable { std::filebuf fb__; /// the stream that we use. std::istream is; - /// + /// string name; /// keyword_item * table; @@ -64,7 +64,7 @@ struct LyXLex::Pimpl : boost::noncopyable { /// char buff[LEX_MAX_BUFF]; /// - short status; + int status; /// int lineno; ///