]> git.lyx.org Git - features.git/blobdiff - src/lyxlex_pimpl.C
Small changes; ChangeLog is your friend
[features.git] / src / lyxlex_pimpl.C
index 8f9b86ff11c7f48d1c1bb2b09cbdf1f4da8ca3aa..f7674d3991fb4d0060533796f43034babed3913c 100644 (file)
@@ -140,7 +140,7 @@ void LyXLex::Pimpl::setStream(istream & i)
 }
 
 
-bool LyXLex::Pimpl::next(bool esc = false)
+bool LyXLex::Pimpl::next(bool esc /* = false */)
 {
        if (!esc) {
                unsigned char c = 0; // getc() returns an int