X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcaption.h;h=35da0d33cd6728cb0b833edb2bd11d3a5283a203;hb=3c7232560282456bae466ef66e69d3eb511500fd;hp=27088e5e645c210f17297c6701910abf03d99dac;hpb=2470d9297d3f2c303f555c8f235d022b19396679;p=lyx.git diff --git a/src/insets/insetcaption.h b/src/insets/insetcaption.h index 27088e5e64..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; /// @@ -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; }