X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetListings.h;h=51a3f7022c364eb472bbeaaef14642b27156190e;hb=51d4d42906dd553ec72fa03e6c707c02bd73d494;hp=5396b7d0e1f0140a48808034dffeaa2f659faa48;hpb=33c665676952a3883bef162aeda554c4d3e7c2d1;p=lyx.git diff --git a/src/insets/InsetListings.h b/src/insets/InsetListings.h index 5396b7d0e1..51a3f7022c 100644 --- a/src/insets/InsetListings.h +++ b/src/insets/InsetListings.h @@ -57,6 +57,8 @@ private: /// int latex(odocstream &, OutputParams const &) const; /// + docstring xhtml(odocstream &, OutputParams const &) const; + /// void validate(LaTeXFeatures &) const; /// bool showInsetDialog(BufferView *) const;