X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=5619dc042b73f491accce98d5c5d986ad1a3dcbc;hb=48b1e8a0aca2f3f3faa8f1f800568e47792ba9a0;hp=3bf837876a237e53abe32eeac3061c1dc606bd8b;hpb=d94b708a0fec6ade04fc9d09bd86afd73e72fac7;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index 3bf837876a..5619dc042b 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -13,7 +13,8 @@ #define INSETWRAP_H #include "InsetCaptionable.h" -#include "Length.h" + +#include "support/Length.h" namespace lyx { @@ -72,9 +73,9 @@ private: int plaintext(odocstringstream & ods, OutputParams const & op, size_t max_length = INT_MAX) const; /// - int docbook(odocstream &, OutputParams const &) const; + void docbook(XMLStream &, OutputParams const &) const; /// - docstring xhtml(XHTMLStream &, OutputParams const &) const; + docstring xhtml(XMLStream &, OutputParams const &) const; /// bool insetAllowed(InsetCode) const; ///