]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex.h
Dekels tabular/textinset patches
[lyx.git] / src / lyxlex.h
index 420396be1325e9023ea8eed8a2daccf8c7b6172c..5b2f85e54ee8320635e2631987f0457a674ce660 100644 (file)
@@ -14,7 +14,7 @@
 #include <iosfwd>
 
 #include "LString.h"
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 ///
 struct keyword_item {
@@ -58,7 +58,9 @@ public:
        std::istream & getStream();
        /// Danger! Don't use it unless you know what you are doing.
        void setLineNo(int l);
-       
+       /// Change the character that begins a comment. Default is '#'
+       void setCommentChar(char c);
+
        /// returns a lex code
        int lex();