X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=0f8ba1c7f0a7bc1edbd3f99f72fe82dd8dd117c6;hb=1ab314f8e6e145dc73d0a26b7e82a280b497ea3c;hp=eba2b153a71123a7a069ab6441088a1d57eaba94;hpb=11a6b3c4c7a031fd3776f53c9c43f62116933cea;p=lyx.git diff --git a/src/Text.h b/src/Text.h index eba2b153a7..0f8ba1c7f0 100644 --- a/src/Text.h +++ b/src/Text.h @@ -259,7 +259,9 @@ public: /// void write(Buffer const & buf, std::ostream & os) const; /// returns whether we've seen our usual 'end' marker - bool read(Buffer const & buf, Lexer & lex, ErrorList & errorList); + /// insetPtr is the containing Inset + bool read(Buffer const & buf, Lexer & lex, ErrorList & errorList, + InsetText * insetPtr); /// delete double spaces, leading spaces, and empty paragraphs around old cursor. /// \retval true if a change has happened and we need a redraw.