]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.h
Amend 207eaeee9071cb
[lyx.git] / src / ParagraphParameters.h
index 36eec30c481b39f21f11471763fe2bd77bdeeb88..6f5b4f1b3f0b8f114370f9bcc5a189decca89f98 100644 (file)
 namespace lyx {
 
 class Layout;
-class Lexer;
 class Paragraph;
 
+namespace support { class Lexer; }
+
 
 ///
 class ParagraphParameters {
@@ -76,10 +77,10 @@ public:
        void leftIndent(Length const &);
 
        /// read the parameters from a string
-       void read (std::string str, bool merge = true);
+       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);