]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / ParagraphParameters.h
index 07601e9e33faf415d75a3498f57a2239298315eb..6f5b4f1b3f0b8f114370f9bcc5a189decca89f98 100644 (file)
 namespace lyx {
 
 class Layout;
-class Lexer;
 class Paragraph;
 
+namespace support { class Lexer; }
+
 
 ///
 class ParagraphParameters {
@@ -79,7 +80,7 @@ public:
        void read (std::string const & str, bool merge = true);
 
        /// read the parameters from a lex
-       void read(Lexer & lex, bool merge = true);
+       void read(support::Lexer & lex, bool merge = true);
 
        ///
        void apply(ParagraphParameters const & params, Layout const & layout);