X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=b1539fc971fe5c294dd97acbf272ee3f939d4c38;hb=f5123ccfa82215030c70561af881175d92244492;hp=2b6c8b7a03949829c408175a8d4b87bbd3d4a390;hpb=78c45693ef3f99a7671443238b448f4a69fd7717;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index 2b6c8b7a03..b1539fc971 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -44,7 +44,7 @@ public: class InsetWrap : public InsetCollapsable { public: /// - InsetWrap(Buffer const &, std::string const &); + InsetWrap(Buffer *, std::string const &); /// ~InsetWrap(); /// @@ -71,7 +71,7 @@ private: /// int docbook(odocstream &, OutputParams const &) const; /// - docstring xhtml(odocstream &, OutputParams const &) const; + docstring xhtml(XHTMLStream &, OutputParams const &) const; /// bool insetAllowed(InsetCode) const; /// @@ -79,7 +79,7 @@ private: /// bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const; /// Update the counters of this inset and of its contents - void updateLabels(ParIterator const &); + void updateBuffer(ParIterator const &, UpdateType); /// void doDispatch(Cursor & cur, FuncRequest & cmd); ///