X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=0f8ba1c7f0a7bc1edbd3f99f72fe82dd8dd117c6;hb=1ab314f8e6e145dc73d0a26b7e82a280b497ea3c;hp=387cc6e428f17b7a9f4bc0d928c950c465e8dd4a;hpb=7dcffe09f42c7f2b17c018ba69c53e1fd6b00c46;p=lyx.git diff --git a/src/Text.h b/src/Text.h index 387cc6e428..0f8ba1c7f0 100644 --- a/src/Text.h +++ b/src/Text.h @@ -260,12 +260,8 @@ public: void write(Buffer const & buf, std::ostream & os) const; /// returns whether we've seen our usual 'end' marker /// insetPtr is the containing Inset - /// FIXME This should really take an InsetText, but it can't yet - /// do so because Buffer::inset() returns an Inset and we have no - /// access to the InsetText hidden away in Buffer::Impl. This is - /// easy enough to fix but will have to wait a bit. bool read(Buffer const & buf, Lexer & lex, ErrorList & errorList, - Inset * insetPtr); + 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.