]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / insetfoot.h
index 46caafc48683b3f8e3883e42f7ecf7cf2f33f61d..b74ea35fb08ace47ae25f1627d06a8ade5f502ab 100644 (file)
@@ -29,10 +29,13 @@ public:
        InsetBase::Code lyxCode() const { return InsetBase::FOOT_CODE; }
        ///
        int latex(Buffer const &, odocstream &,
-                 OutputParams const &) const;
+                 OutputParams const &) const;
+       ///
+       int plaintext(Buffer const &, odocstream &,
+                     OutputParams const &) const;
        ///
        int docbook(Buffer const &, odocstream &,
-                   OutputParams const & runparams) const;
+                   OutputParams const &) const;
        ///
        virtual docstring const editMessage() const;
 protected: