]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
ws changes only
[lyx.git] / src / paragraph_pimpl.h
index 941ef605fc49853ce865850eac87fe8bed289eae..1ed47c4f7b9884b74e5063dc2d1c43726b0633b1 100644 (file)
@@ -173,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_;