]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetfoot.h
index 43faa6dd4aa8db64116dc2ad35b4017fc1200b48..c3cadca668719d91f4aefff88f11a636f8020e88 100644 (file)
@@ -37,11 +37,7 @@ public:
     ///
     Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
     ///
-    int Latex(std::ostream &, signed char, bool fp) const;
-    ///
-    void Write(std::ostream &) const;
-    ///
-    void Read(LyXLex &);
+    int Latex(std::ostream &, bool fragile, bool fp) const;
     ///
     const char * EditMessage() const;
     ///