X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=b1539fc971fe5c294dd97acbf272ee3f939d4c38;hb=f5123ccfa82215030c70561af881175d92244492;hp=6cd08a930b095c586136f88dbf6338509e792b70;hpb=82c7e15e6444a8566a9b7b8053b830d03058383e;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index 6cd08a930b..b1539fc971 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -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); ///