]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
ws changes mostly
[lyx.git] / src / dociterator.h
index da4f082c0c1ec09f9ddb243e747d6d023d2692a4..b5a1e80659cd622587cda55c9b86dcef605732af 100644 (file)
@@ -151,11 +151,15 @@ public:
        /// the row in the paragraph we're in
        Row const & textRow() const;
        ///
-       LyXText * text() const;
+       LyXText * text();
+       ///
+       LyXText const * text() const;
        ///
        InsetBase * innerInsetOfType(int code) const;
        ///
-       LyXText * innerText() const;
+       LyXText * innerText();
+       ///
+       LyXText const * innerText() const;
 
        //
        // elementary moving