X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetoptarg.h;h=6e4546c3a278d7a07f8d217b14a80617b0b24422;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=032fe2dae1605aef34a6357b9acca01a86c28504;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/insets/insetoptarg.h b/src/insets/insetoptarg.h index 032fe2dae1..6e4546c3a2 100644 --- a/src/insets/insetoptarg.h +++ b/src/insets/insetoptarg.h @@ -46,11 +46,11 @@ public: /// Outputting the optional parameter of a LaTeX command int latexOptional(Buffer const &, odocstream &, OutputParams const &) const; - /// Write out tothe .lyx file + /// Write out to the .lyx file void write(Buffer const & buf, std::ostream & os) const; /// should paragraph indendation be ommitted in any case? - virtual bool neverIndent() const { return true; } + virtual bool neverIndent(Buffer const &) const { return true; } protected: InsetOptArg(InsetOptArg const &); private: