]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcaption.h
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetcaption.h
index 328c7aa6c17278e97cb4ef36b232ba574f435309..f122fc427092e8ba5c7efb9d9c7fd55b083ef302 100644 (file)
 */
 class InsetCaption : public InsetText {
 public:
+       ///
+       void Write(Buffer const * buf, std::ostream & os) const;
+       ///
+       void Read(Buffer const * buf, LyXLex & lex);
+       ///
+       Inset::Code LyxCode() const {
+               return CAPTION_CODE;
+       }
 protected:
 private:
 };