]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insetfootlike.h
index ab2eeb0f976f6e2487f0820bfcf2259d0204f0fe..1e678ff90997d4bf5e678633897697be8f035e82 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "insetcollapsable.h"
 
+// To have this class is probably a bit overkill... (Lgb)
+
 /** The footnote inset
   
 */
@@ -28,9 +30,11 @@ public:
        ///
        InsetFootlike();
        ///
-       void Write(Buffer const * buf, std::ostream & os) const;
+       InsetFootlike(InsetFootlike const &, bool same_id = false);
+       ///
+       void write(Buffer const * buf, std::ostream & os) const;
        ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
+       bool insetAllowed(Inset::Code) const;
 };
 
 #endif