]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / lyxlex_pimpl.h
index 996c9acd3f18b83445704faca6dc4d10d7b76c9a..6d75b63478a33533bedd08c209bd954c835d2440 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 ///
-struct LyXLex::Pimpl : public boost::noncopyable {
+struct LyXLex::Pimpl : boost::noncopyable {
        ///
        enum {
                ///
@@ -24,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;
        ///
@@ -46,7 +46,7 @@ struct LyXLex::Pimpl : public boost::noncopyable {
        ///
        int lex();
        ///
-       bool EatLine();
+       bool eatLine();
        ///
        bool nextToken();
        ///