]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
[lyx.git] / src / insets / insetcaption.h
index 27088e5e645c210f17297c6701910abf03d99dac..35da0d33cd6728cb0b833edb2bd11d3a5283a203 100644 (file)
@@ -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;
 }