]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / paragraph_pimpl.h
index 38c29bcbeffc026c3d34dada53a4a6ef1aa7a734..922b52eb0503e972cb49c0f00c9478626ab33be1 100644 (file)
@@ -148,7 +148,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 &, LyXFont &,
+                     string const & str, lyx::pos_type pos);
  
        /// Who owns us?
        Paragraph * owner_;