X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetNewpage.h;h=6a1d639b0760ff687c4a654d61c6b80c7a7d1d9e;hb=9914f21bceef9610bd1822f96eff0aa6d1a8df7c;hp=30c064cf28e7389dbc71cc0d90cfcbe29bfa8fc6;hpb=e7f2bbe1eec4752ae2c88481bd77320186bbb8fb;p=lyx.git diff --git a/src/insets/InsetNewpage.h b/src/insets/InsetNewpage.h index 30c064cf28..6a1d639b07 100644 --- a/src/insets/InsetNewpage.h +++ b/src/insets/InsetNewpage.h @@ -63,7 +63,7 @@ private: /// 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; /// @@ -81,7 +81,7 @@ private: /// ColorCode ColorName() const; /// - docstring contextMenuName() const; + std::string contextMenuName() const; /// Inset * clone() const { return new InsetNewpage(*this); } ///