]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.C
Remove unused font variable which caused a warning.
[lyx.git] / src / lyxlex.C
index 4dc6bbfa51db87b5c22b78e0c8a557e6df234ca0..3512d48449714753c8dde2fa0d42246cc24527a7 100644 (file)
@@ -3,7 +3,7 @@
  * 
  *           LyX, The Document Processor
  *
- *           Copyright 1996-2000 The LyX Team.
+ *           Copyright 1996-2001 The LyX Team.
  *
  *   Generalized simple lexical analizer.
  *   It can be used for simple syntax parsers, like lyxrc,
@@ -104,6 +104,11 @@ void LyXLex::setStream(istream & i)
 }
 
 
+void LyXLex::setCommentChar(char c)
+{
+       pimpl_->setCommentChar(c);
+}
+
 int LyXLex::lex()
 {
        return pimpl_->lex();