]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Make lyx2lyx output the new external inset format.
[lyx.git] / src / lyxtext.h
index 7e44bfb02ce1c21cc425cecbb0a62628554ba846..9978e0d53f2c26ea66d7bab0ccd2303e23799730 100644 (file)
@@ -471,8 +471,8 @@ public:
        void checkParagraph(ParagraphList::iterator pit, lyx::pos_type pos);
        ///
        int workWidth() const;
-       ///
-       int workWidth(Inset * inset) const;
+       /// returns width of row containing inset
+       int workWidth(Inset const * inset) const;
 
        ///
        void computeBidiTables(Buffer const *, RowList::iterator row) const;