]> git.lyx.org Git - features.git/blobdiff - src/insets/insetfoot.C
Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
[features.git] / src / insets / insetfoot.C
index a9a103db497d6d5451ef5559a55c431a759c1f08..1e0ccb8f3964b2d778a868a8ebf6bed94694a813 100644 (file)
@@ -62,3 +62,8 @@ int InsetFoot::latex(Buffer const * buf,
        
        return i + 2;
 }
+
+void InsetFoot::validate(LaTeXFeatures & features) const
+{
+        features.NeedLyXFootnoteCode = true;
+}