]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyxlex_pimpl.h
index cfbb720555e1330656991a7f5353c5b2ed41923d..2991328f79c46f42f0ce15d03c1789ee28e52a0f 100644 (file)
@@ -36,7 +36,7 @@ struct LyXLex::Pimpl {
        
        Pimpl(keyword_item * tab, int num);
        
-       string const GetString() const;
+       string GetString() const;
        
        void printError(string const & message) const;