X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcaption.h;h=35da0d33cd6728cb0b833edb2bd11d3a5283a203;hb=3c7232560282456bae466ef66e69d3eb511500fd;hp=986bde07f2de17cf12816b662b2c6d86fd8aacbe;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/insets/insetcaption.h b/src/insets/insetcaption.h index 986bde07f2..35da0d33cd 100644 --- a/src/insets/insetcaption.h +++ b/src/insets/insetcaption.h @@ -1,7 +1,7 @@ // -*- C++ -*- /* This file is part of * ====================================================== - * + * * LyX, The Document Processor * * Copyright 2000-2001 The LyX Team. @@ -24,7 +24,7 @@ class InsetCaption : public InsetText { public: /// - InsetCaption(); + InsetCaption(BufferParams const &); /// void write(Buffer const * buf, std::ostream & os) const; /// @@ -54,7 +54,7 @@ public: int ascii(Buffer const * buf, std::ostream & os, int linelen) const; /// virtual - int docBook(Buffer const * buf, std::ostream & os) const; + int docbook(Buffer const * buf, std::ostream & os) const; protected: private: }; @@ -68,14 +68,14 @@ bool InsetCaption::display() const inline -bool InsetCaption::needFullRow() const +bool InsetCaption::needFullRow() const { return true; } inline -Inset::Code InsetCaption::lyxCode() const +Inset::Code InsetCaption::lyxCode() const { return CAPTION_CODE; }