]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / paragraph_pimpl.h
index 922b52eb0503e972cb49c0f00c9478626ab33be1..d5864f38c43d981897e4fc46cdcec3bf80ddc7f3 100644 (file)
@@ -148,7 +148,7 @@ struct Paragraph::Pimpl {
        ParagraphParameters params;
 private:
        /// match a string against a particular point in the paragraph
-       bool isTextAt(BufferParams const &, LyXFont &,
+       bool isTextAt(BufferParams const &,
                      string const & str, lyx::pos_type pos);
  
        /// Who owns us?