X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlex_pimpl.h;h=6d75b63478a33533bedd08c209bd954c835d2440;hb=4e4ebe5d4d675348bbd7f75b9ca6424b6727a253;hp=3090b5d6d9d958734d1e127e8ef46a2ef9747e27;hpb=1a3ed565d95e3d500b26f0e929f4df3d56813421;p=lyx.git diff --git a/src/lyxlex_pimpl.h b/src/lyxlex_pimpl.h index 3090b5d6d9..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 noncopyable { +struct LyXLex::Pimpl : boost::noncopyable { /// enum { /// @@ -23,7 +24,7 @@ struct LyXLex::Pimpl : public 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 noncopyable { /// int lex(); /// - bool EatLine(); + bool eatLine(); /// bool nextToken(); ///