X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex_pimpl.h;h=6d75b63478a33533bedd08c209bd954c835d2440;hb=4e4ebe5d4d675348bbd7f75b9ca6424b6727a253;hp=8f92cb70ec30cdb337292f6edeccc4b6e49ff0cf;hpb=1499443f39e90c87a15f04077083aac4d2ce61ad;p=lyx.git diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index 8f92cb70ec..6d75b63478 100644 --- a/src/lyxlex_pimpl.h +++ b/src/lyxlex_pimpl.h @@ -5,6 +5,7 @@ #include #include +#include #include "lyxlex.h" @@ -13,7 +14,7 @@ #endif /// -struct LyXLex::Pimpl : public boost::noncopyable { +struct LyXLex::Pimpl : boost::noncopyable { /// enum { /// @@ -23,7 +24,7 @@ struct LyXLex::Pimpl : public boost::noncopyable { /// Pimpl(keyword_item * tab, int num); /// - string const GetString() const; + string const getString() const; /// void printError(string const & message) const; /// @@ -45,7 +46,7 @@ struct LyXLex::Pimpl : public boost::noncopyable { /// int lex(); /// - bool EatLine(); + bool eatLine(); /// bool nextToken(); ///