X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetExternal.h;h=fba0e7406bc1254746f534a6bdaca50356096462;hb=3588f2f69675df8dbf829800b0ed6e4a455c68b4;hp=a5c1c2c58ffe9196da4a2fa4f109808d0ecbc144;hpb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;p=lyx.git diff --git a/src/insets/InsetExternal.h b/src/insets/InsetExternal.h index a5c1c2c58f..fba0e7406b 100644 --- a/src/insets/InsetExternal.h +++ b/src/insets/InsetExternal.h @@ -109,9 +109,9 @@ public: /// Update not loaded previews void updatePreview(); /// \returns the number of rows (\n's) of generated code. - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// - docstring contextMenuName() const; + std::string contextMenuName() const; /// bool setMouseHover(BufferView const * bv, bool mouse_hover); ///