]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
get rid of LYX_LIBS
[lyx.git] / src / paragraph_pimpl.h
index 38c29bcbeffc026c3d34dada53a4a6ef1aa7a734..747f6611234c99abd62c41478b00ab20619045f6 100644 (file)
 
 #include "paragraph.h"
 #include "ParagraphParameters.h"
+
 #include <boost/array.hpp>
 
+class LyXLayout;
+
 struct Paragraph::Pimpl {
        ///
        typedef std::vector<value_type> TextContainer;
@@ -148,7 +151,8 @@ struct Paragraph::Pimpl {
        ParagraphParameters params;
 private:
        /// match a string against a particular point in the paragraph
-       bool isTextAt(string const & str, lyx::pos_type pos);
+       bool isTextAt(BufferParams const &,
+                     string const & str, lyx::pos_type pos);
  
        /// Who owns us?
        Paragraph * owner_;