]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
ws changes only
[lyx.git] / src / paragraph_pimpl.h
index ff7938c39507272aeb2797b02197a8292072de2a..1ed47c4f7b9884b74e5063dc2d1c43726b0633b1 100644 (file)
@@ -18,6 +18,7 @@
 #include "paragraph.h"
 
 #include "changes.h"
+#include "lyxfont.h"
 #include "ParagraphParameters.h"
 
 #include <boost/scoped_ptr.hpp>
@@ -172,7 +173,7 @@ private:
        ///
        lyx::pos_type size() const { return owner_->size(); }
        /// match a string against a particular point in the paragraph
-       bool isTextAt(string const & str, lyx::pos_type pos) const;
+       bool isTextAt(std::string const & str, lyx::pos_type pos) const;
 
        /// for recording and looking up changes in revision tracking mode
        boost::scoped_ptr<Changes> changes_;