X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=3ea57c98dc3ade79ca92ebfad310aaa20ce08a5e;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=2d1d678a222878b0a1e731b44df70d1daea13ee5;hpb=f27853ad41e62f15793902e163754c4b3db1400a;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index 2d1d678a22..3ea57c98dc 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -76,7 +76,7 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; /// @@ -91,7 +91,7 @@ protected: /// \name Methods relaying to the InsetCommandParams p_ //@{ /// - docstring contextMenu(BufferView const & bv, int x, int y) const; + docstring contextMenuName() const; /// bool showInsetDialog(BufferView * bv) const; ///